Calling NoticeReplyTo instead of NoticeReply in Realtime
This commit is contained in:
parent
27265be245
commit
237f2c2d78
|
@ -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.NoticeReply();
|
SN.U.NoticeReplyTo($('#'+noticeItemID));
|
||||||
},
|
},
|
||||||
|
|
||||||
purgeLastNoticeItem: function() {
|
purgeLastNoticeItem: function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user