Explicitly reseting notice_in-reply-to value
This commit is contained in:
parent
aaea2b1a96
commit
70bdaeeb09
|
@ -289,6 +289,7 @@ var SN = { // StatusNet
|
|||
}
|
||||
}
|
||||
$('#'+form_id).resetForm();
|
||||
$('#'+form_id+' #'+SN.C.S.NoticeInReplyTo).val('');
|
||||
$('#'+form_id+' #'+SN.C.S.NoticeDataAttachSelected).remove();
|
||||
SN.U.FormNoticeEnhancements($('#'+form_id));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user