SN.U.NoticeFavor should be SN.U.NoticeReply
This commit is contained in:
parent
36e38b4b60
commit
2ac1179a05
|
@ -94,7 +94,7 @@ RealtimeUpdate = {
|
||||||
$("#notices_primary .notice:first").fadeIn(1000);
|
$("#notices_primary .notice:first").fadeIn(1000);
|
||||||
|
|
||||||
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
||||||
SN.U.NoticeFavor();
|
SN.U.NoticeReply();
|
||||||
},
|
},
|
||||||
|
|
||||||
purgeLastNoticeItem: function() {
|
purgeLastNoticeItem: function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user