diff options
-rw-r--r-- | js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 9bb7c9128..7a7a5e30b 100644 --- a/js/util.js +++ b/js/util.js @@ -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(); } |