From: Robin Millette Date: Wed, 8 Jul 2009 03:27:34 +0000 (-0400) Subject: Trac #1689: inreplyto hidden value doesn't get cleared after a successful submit... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be8d77c923370ed72da85fac39908a57556557b4;p=quix0rs-gnu-social.git Trac #1689: inreplyto hidden value doesn't get cleared after a successful submit (javascript fix) --- diff --git a/js/util.js b/js/util.js index 9bb7c91288..7a7a5e30b1 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(); }