diff --git a/js/util.js b/js/util.js index 1e6dc72511..d28ab62e09 100644 --- a/js/util.js +++ b/js/util.js @@ -285,10 +285,10 @@ function NoticeAttachments() { }; $('#content .notice a.attachment').click(function() { - $().jOverlay({url: $('address .url')[0].href+'/attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); + $().jOverlay({url: $('address .url')[0].href+'attachment/' + ($(this).attr('id').substring('attachment'.length + 1)) + '/ajax'}); return false; }); - + var t; $("body:not(#shownotice) #content .notice a.thumbnail").hover( function() {