Call NoticeWithAttachment instead of NoticeAttachments after XHR
notice post
This commit is contained in:
parent
0d6a1b6c92
commit
c239ffb6e0
|
@ -233,7 +233,7 @@ var SN = { // StatusNet
|
|||
}
|
||||
$('#'+notice.id).css({display:'none'});
|
||||
$('#'+notice.id).fadeIn(2500);
|
||||
SN.U.NoticeAttachments();
|
||||
SN.U.NoticeWithAttachment($('#'+notice.id));
|
||||
SN.U.NoticeReplyTo($('#'+notice.id));
|
||||
SN.U.FormXHR($('#'+notice.id+' .form_favor'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user