Added a call to NoticeFavor()

This commit is contained in:
Sarven Capadisli 2009-11-18 10:49:41 +00:00
parent 4fbb6b0dfb
commit 5e0fb1ddfc
1 changed files with 1 additions and 0 deletions

View File

@ -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;