diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-18 10:49:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-18 10:49:41 +0000 |
commit | 5e0fb1ddfc877cec5b367857a58f621f47067ddc (patch) | |
tree | 03d1eb29a9de6b88c4c3767f2f9682346d499a07 /plugins | |
parent | 4fbb6b0dfb9ee74accd23d680d45d1cace91974a (diff) |
Added a call to NoticeFavor()
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 165888054..3c5d37f79 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -70,6 +70,7 @@ RealtimeUpdate = { $("#notices_primary .notice:first").css({display:"none"}); $("#notices_primary .notice:first").fadeIn(1000); SN.U.NoticeReply(); + SN.U.NoticeFavor(); RealtimeUpdate._updatecounter += 1; document.title = '('+RealtimeUpdate._updatecounter+') ' + DT; |