Call FormXHR (single) instead of NoticeForm (all)

This commit is contained in:
Sarven Capadisli 2009-11-28 14:57:07 +00:00 committed by Evan Prodromou
parent d645db38ae
commit 1ec0950006

View File

@ -232,7 +232,7 @@ var SN = { // StatusNet
$('#'+notice.id).fadeIn(2500);
SN.U.NoticeAttachments();
SN.U.NoticeReply();
SN.U.NoticeFavor();
SN.U.FormXHR($('#'+notice.id+' .form_favor'));
}
}
$('#'+form_id+' #'+SN.C.S.NoticeDataText).val('');