forked from GNUsocial/gnu-social
Trac #1689: inreplyto hidden value doesn't get cleared after a successful submit (javascript fix)
This commit is contained in:
parent
fd4aed21a7
commit
be8d77c923
@ -223,6 +223,7 @@ $(document).ready(function(){
|
||||
}
|
||||
$("#notice_data-text").val("");
|
||||
$("#notice_data-attach").val("");
|
||||
$("#notice_in-reply-to").val("");
|
||||
$('#notice_data-attach_selected').remove();
|
||||
counter();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user