]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added a call to NoticeFavor()
authorSarven Capadisli <csarven@status.net>
Wed, 18 Nov 2009 10:49:41 +0000 (10:49 +0000)
committerSarven Capadisli <csarven@status.net>
Wed, 18 Nov 2009 10:49:41 +0000 (10:49 +0000)
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;