Call NoticeWithAttachment instead of NoticeAttachments after XHR

notice post
This commit is contained in:
Sarven Capadisli 2009-11-29 19:22:54 +00:00
parent 0d6a1b6c92
commit c239ffb6e0
1 changed files with 1 additions and 1 deletions

View File

@ -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'));
}