From c239ffb6e01958a345800651309d3afa4ffda22f Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 29 Nov 2009 19:22:54 +0000 Subject: [PATCH] Call NoticeWithAttachment instead of NoticeAttachments after XHR notice post --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index e064c173b9..633af6dc8b 100644 --- a/js/util.js +++ b/js/util.js @@ -233,7 +233,7 @@ var SN = { // StatusNet } $('#'+notice.id).css({display:'none'}); $('#'+notice.id).fadeIn(2500); - SN.U.NoticeAttachments(); + SN.U.NoticeWithAttachment($('#'+notice.id)); SN.U.NoticeReplyTo($('#'+notice.id)); SN.U.FormXHR($('#'+notice.id+' .form_favor')); }