]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Call FormXHR (single) instead of NoticeForm (all)
authorSarven Capadisli <csarven@status.net>
Sat, 28 Nov 2009 14:57:07 +0000 (14:57 +0000)
committerEvan Prodromou <evan@status.net>
Tue, 1 Dec 2009 17:10:39 +0000 (12:10 -0500)
js/util.js

index 8846fcd3d3c6624e34d3ecab1a77b3beed257399..de3979195ff08f4fddd7eb663108f8b989194fa5 100644 (file)
@@ -232,7 +232,7 @@ var SN = { // StatusNet
                                 $('#'+notice.id).fadeIn(2500);
                                 SN.U.NoticeAttachments();
                                 SN.U.NoticeReply();
-                                SN.U.NoticeFavor();
+                                SN.U.FormXHR($('#'+notice.id+' .form_favor'));
                              }
                         }
                         $('#'+form_id+' #'+SN.C.S.NoticeDataText).val('');