Trac #1689: inreplyto hidden value doesn't get cleared after a successful submit (javascript fix)

This commit is contained in:
Robin Millette 2009-07-07 23:27:34 -04:00
parent fd4aed21a7
commit be8d77c923
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}