forked from GNUsocial/gnu-social
Removed extra slash
This commit is contained in:
parent
92e30b438e
commit
e39b2378be
@ -298,7 +298,7 @@ function NoticeAttachments() {
|
|||||||
|
|
||||||
if (anchor.children('img').length == 0) {
|
if (anchor.children('img').length == 0) {
|
||||||
t = setTimeout(function() {
|
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);
|
anchor.append(data);
|
||||||
});
|
});
|
||||||
}, 500);
|
}, 500);
|
||||||
|
Loading…
Reference in New Issue
Block a user