SN.U.NoticeFavor should be SN.U.NoticeReply

This commit is contained in:
Sarven Capadisli 2009-11-28 14:51:22 +00:00
parent 36e38b4b60
commit 2ac1179a05

View File

@ -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() {