forked from GNUsocial/gnu-social
SN.U.NoticeFavor should be SN.U.NoticeReply
Conflicts: plugins/Realtime/realtimeupdate.js
This commit is contained in:
parent
7164a53f85
commit
bc841aabd7
@ -91,8 +91,8 @@ RealtimeUpdate = {
|
||||
$("#notices_primary .notice:first").css({display:"none"});
|
||||
$("#notices_primary .notice:first").fadeIn(1000);
|
||||
|
||||
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
||||
SN.U.NoticeReply();
|
||||
SN.U.NoticeFavor();
|
||||
},
|
||||
|
||||
purgeLastNoticeItem: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user