Calling NoticeReplyTo instead of NoticeReply in Realtime

This commit is contained in:
Sarven Capadisli 2009-11-28 15:46:24 +00:00
parent 27265be245
commit 237f2c2d78

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.NoticeReply(); SN.U.NoticeReplyTo($('#'+noticeItemID));
}, },
purgeLastNoticeItem: function() { purgeLastNoticeItem: function() {