forked from GNUsocial/gnu-social
Updated Realtime plugin to use the util's NoticeReply object
This commit is contained in:
parent
9f9ae8c10b
commit
2a0a363e1d
@ -76,7 +76,7 @@ RealtimeUpdate = {
|
|||||||
$("#notices_primary .notices").prepend(noticeItem);
|
$("#notices_primary .notices").prepend(noticeItem);
|
||||||
$("#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);
|
||||||
NoticeReply();
|
SN.U.NoticeReply();
|
||||||
|
|
||||||
RealtimeUpdate._updatecounter += 1;
|
RealtimeUpdate._updatecounter += 1;
|
||||||
document.title = '('+RealtimeUpdate._updatecounter+') ' + DT;
|
document.title = '('+RealtimeUpdate._updatecounter+') ' + DT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user