buildAttachmentHTML() was changed in previous commit

This commit is contained in:
Hannes Mannerheim 2016-01-07 14:00:38 +01:00
parent 7554706792
commit 369fabef09

View File

@ -850,7 +850,7 @@ function searchForUpdatedNoticeData(obj) {
streamItemFoundInFeed.attr('data-attachments',JSON.stringify(obj.attachments));
var attachmentsHTMLBuild = buildAttachmentHTML(obj.attachments);
queetFoundInFeed.find('.queet-thumbs').remove();
queetFoundInFeed.find('.stream-item-footer').before(attachmentsHTMLBuild);
queetFoundInFeed.find('.stream-item-footer').before(attachmentsHTMLBuild.html);
}
// set favorite data