forked from GNUsocial/gnu-social
Call FormXHR (single) instead of NoticeForm (all)
This commit is contained in:
parent
2ac1179a05
commit
bbeea08127
@ -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('');
|
||||||
|
Loading…
Reference in New Issue
Block a user