From 41fe6fffb32dbef23f39e844bf36eb0ba6c49c90 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 21 Jun 2010 01:35:22 -0400 Subject: Make zoom more buttony --- static/js/pichat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/js/pichat.js') diff --git a/static/js/pichat.js b/static/js/pichat.js index 32727f1..2a994b0 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -1052,7 +1052,8 @@ function initChatMsgs() { var zoomlink = $('') .attr({'href': imgurl }) .addClass('msg-image-zoom') - .append($('').attr('src', 'http://dump.fm/static/img/zoom.gif')) + .append($('').attr('src', 'http://dump.fm/static/img/zoom.gif') + .addClass('zoom-icon')) .click(function() { window.open(imgurl); return false; }); $(this).append(zoomlink); }); -- cgit v1.2.3-70-g09d2