]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/realtimeupdate.js
Added a call to NoticeFavor()
[quix0rs-gnu-social.git] / plugins / Realtime / realtimeupdate.js
index 1658880548a2f8207de2485d38e5706df6877802..3c5d37f7935befe9c2e6c3fc984c6d7f51929803 100644 (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;