]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Call NoticeWithAttachment instead of NoticeAttachments after XHR
authorSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 19:22:54 +0000 (19:22 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 29 Nov 2009 19:22:54 +0000 (19:22 +0000)
notice post

js/util.js

index e064c173b9b1abe35d02c01c617c4ab6ee0e128e..633af6dc8bec29c452af398708ffecf1c748ebd9 100644 (file)
@@ -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'));
                              }