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).resetForm();
|
||||||
|
$('#'+form_id+' #'+SN.C.S.NoticeInReplyTo).val('');
|
||||||
$('#'+form_id+' #'+SN.C.S.NoticeDataAttachSelected).remove();
|
$('#'+form_id+' #'+SN.C.S.NoticeDataAttachSelected).remove();
|
||||||
SN.U.FormNoticeEnhancements($('#'+form_id));
|
SN.U.FormNoticeEnhancements($('#'+form_id));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user