From 67e3bf0f055dd49b2ddf683625baeefee3cb9b09 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 1 Jul 2009 13:43:36 -0400 Subject: remove extra / in attachment code --- js/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/util.js b/js/util.js index 1e6dc7251..d28ab62e0 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() { -- cgit v1.2.3-54-g00ecf