From: Zach Copley Date: Tue, 1 Dec 2009 20:33:46 +0000 (-0800) Subject: SN.U.NoticeFavor should be SN.U.NoticeReply X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc841aabd7341b45a2acacc6d359c1b97fc14e4d;p=quix0rs-gnu-social.git SN.U.NoticeFavor should be SN.U.NoticeReply Conflicts: plugins/Realtime/realtimeupdate.js --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index f383dc3fbb..05e2122433 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -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() {