]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
SN.U.NoticeFavor should be SN.U.NoticeReply
authorZach Copley <zach@status.net>
Tue, 1 Dec 2009 20:33:46 +0000 (12:33 -0800)
committerZach Copley <zach@status.net>
Tue, 1 Dec 2009 20:33:46 +0000 (12:33 -0800)
Conflicts:

plugins/Realtime/realtimeupdate.js

plugins/Realtime/realtimeupdate.js

index f383dc3fbb6330f310dbf81c4ab16591f6a0cb78..05e2122433d68cea0985f6acd96d306a53952be2 100644 (file)
@@ -91,8 +91,8 @@ RealtimeUpdate = {
         $("#notices_primary .notice:first").css({display:"none"});
         $("#notices_primary .notice:first").fadeIn(1000);
 
+        SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
         SN.U.NoticeReply();
-        SN.U.NoticeFavor();
      },
 
      purgeLastNoticeItem: function() {