From: Chuck Hagenbuch Date: Mon, 31 Aug 2009 18:01:30 +0000 (-0400) Subject: reset the quick add form after submitting it X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f9ffedb804c060dc3a499f8ea787590e87956ea2;p=horde.git reset the quick add form after submitting it --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 7e84e54be..c4ca3ee1d 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -2112,6 +2112,8 @@ KronolithCore = { this._loadEventsCallback(r); this._closeRedBox(); }.bind(this)); + + $('kronolithQuickinsertQ').value = ''; }, _topTags: function(r)