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

Conflicts:

	plugins/Realtime/realtimeupdate.js
This commit is contained in:
Zach Copley 2009-12-01 12:33:46 -08:00
parent 7164a53f85
commit bc841aabd7

View File

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