diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-28 14:51:22 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-28 14:51:22 +0000 |
commit | 2ac1179a05f50a9825a2d1955f49aee7a6254f04 (patch) | |
tree | 2e65202f1dda720cb363dc015adbadffc4c72d9c /plugins | |
parent | 36e38b4b6037ee36c0c1aaef445c1914a865be94 (diff) |
SN.U.NoticeFavor should be SN.U.NoticeReply
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 3043f43a3..8f99b6e03 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -94,7 +94,7 @@ RealtimeUpdate = { $("#notices_primary .notice:first").fadeIn(1000); SN.U.FormXHR($('#'+noticeItemID+' .form_favor')); - SN.U.NoticeFavor(); + SN.U.NoticeReply(); }, purgeLastNoticeItem: function() { |