remove extra / in attachment code
This commit is contained in:
parent
721ba6c88f
commit
67e3bf0f05
|
@ -285,10 +285,10 @@ function NoticeAttachments() {
|
||||||
};
|
};
|
||||||
|
|
||||||
$('#content .notice a.attachment').click(function() {
|
$('#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;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
var t;
|
var t;
|
||||||
$("body:not(#shownotice) #content .notice a.thumbnail").hover(
|
$("body:not(#shownotice) #content .notice a.thumbnail").hover(
|
||||||
function() {
|
function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user