From f9ffedb804c060dc3a499f8ea787590e87956ea2 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 31 Aug 2009 14:01:30 -0400 Subject: [PATCH] reset the quick add form after submitting it --- kronolith/js/kronolith.js | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.11.0