Removed extra slash

This commit is contained in:
Sarven Capadisli 2009-07-01 23:18:35 +00:00
parent 92e30b438e
commit e39b2378be
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ function NoticeAttachments() {
if (anchor.children('img').length == 0) {
t = setTimeout(function() {
$.get($('address .url')[0].href+'/attachment/' + (anchor.attr('id').substring('attachment'.length + 1)) + '/thumbnail', null, function(data) {
$.get($('address .url')[0].href+'attachment/' + (anchor.attr('id').substring('attachment'.length + 1)) + '/thumbnail', null, function(data) {
anchor.append(data);
});
}, 500);