reset the quick add form after submitting it
authorChuck Hagenbuch <chuck@horde.org>
Mon, 31 Aug 2009 18:01:30 +0000 (14:01 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 31 Aug 2009 18:01:30 +0000 (14:01 -0400)
kronolith/js/kronolith.js

index 7e84e54..c4ca3ee 100644 (file)
@@ -2112,6 +2112,8 @@ KronolithCore = {
                           this._loadEventsCallback(r);
                           this._closeRedBox();
                       }.bind(this));
+
+        $('kronolithQuickinsertQ').value = '';
     },
 
     _topTags: function(r)