Only bind submit to the notice created by Realtime

Conflicts:

	plugins/Realtime/realtimeupdate.js
This commit is contained in:
Zach Copley 2009-12-01 12:37:27 -08:00
parent bc841aabd7
commit 9b1d62a9ec
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ RealtimeUpdate = {
}
var noticeItem = RealtimeUpdate.makeNoticeItem(data);
var noticeItemID = $(noticeItem).attr('id');
$("#notices_primary .notices").prepend(noticeItem);
$("#notices_primary .notice:first").css({display:"none"});
$("#notices_primary .notice:first").fadeIn(1000);