summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-01 12:33:46 -0800
committerZach Copley <zach@status.net>2009-12-01 12:33:46 -0800
commitbc841aabd7341b45a2acacc6d359c1b97fc14e4d (patch)
tree5d07d3c9f7eb3fd59cf4f920e46474ef00abe9bc /plugins
parent7164a53f856bb04b0c043d67d3ee268a6da09665 (diff)
SN.U.NoticeFavor should be SN.U.NoticeReply
Conflicts: plugins/Realtime/realtimeupdate.js
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Realtime/realtimeupdate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js
index f383dc3fb..05e212243 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() {