From: Sarven Capadisli Date: Tue, 23 Jun 2009 17:05:55 +0000 (+0000) Subject: On XHR notice post, calls NoticeAttachment to trigger thumbnail and X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb40fbc17ad1efb0a4c51ee00b1e9408d2af382f;p=quix0rs-gnu-social.git On XHR notice post, calls NoticeAttachment to trigger thumbnail and attachment views --- diff --git a/js/util.js b/js/util.js index 17ae4c0719..65a77960a0 100644 --- a/js/util.js +++ b/js/util.js @@ -217,6 +217,7 @@ $(document).ready(function(){ $('#'+li.id).css({display:'none'}); $('#'+li.id).fadeIn(2500); NoticeReply(); + NoticeAttachments(); } } $("#notice_data-text").val("");