Call FormXHR (single) instead of NoticeForm (all)
This commit is contained in:
parent
d645db38ae
commit
1ec0950006
|
@ -232,7 +232,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('');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user