Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
@@ -95,9 +95,7 @@ RealtimeUpdate = {
|
||||
$("#notices_primary .notice:first").css({display:"none"});
|
||||
$("#notices_primary .notice:first").fadeIn(1000);
|
||||
|
||||
SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
|
||||
SN.U.NoticeReplyTo($('#'+noticeItemID));
|
||||
SN.U.FormXHR($('#'+noticeItemID+' .form_repeat'));
|
||||
SN.U.NoticeWithAttachment($('#'+noticeItemID));
|
||||
},
|
||||
|
||||
@@ -180,7 +178,7 @@ console.log(data);
|
||||
|
||||
ni = ni+"</div>";
|
||||
|
||||
"</li>";
|
||||
ni = ni+"</li>";
|
||||
return ni;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user