Call FormXHR (single) instead of NoticeForm (all)

This commit is contained in:
Sarven Capadisli 2009-11-28 14:57:07 +00:00
parent 2ac1179a05
commit bbeea08127

View File

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