Added a call to NoticeFavor()
This commit is contained in:
parent
4fbb6b0dfb
commit
5e0fb1ddfc
|
@ -70,6 +70,7 @@ RealtimeUpdate = {
|
||||||
$("#notices_primary .notice:first").css({display:"none"});
|
$("#notices_primary .notice:first").css({display:"none"});
|
||||||
$("#notices_primary .notice:first").fadeIn(1000);
|
$("#notices_primary .notice:first").fadeIn(1000);
|
||||||
SN.U.NoticeReply();
|
SN.U.NoticeReply();
|
||||||
|
SN.U.NoticeFavor();
|
||||||
|
|
||||||
RealtimeUpdate._updatecounter += 1;
|
RealtimeUpdate._updatecounter += 1;
|
||||||
document.title = '('+RealtimeUpdate._updatecounter+') ' + DT;
|
document.title = '('+RealtimeUpdate._updatecounter+') ' + DT;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user