Quick add on return key.
authorJan Schneider <jan@horde.org>
Mon, 31 Aug 2009 15:28:07 +0000 (17:28 +0200)
committerJan Schneider <jan@horde.org>
Mon, 31 Aug 2009 21:00:46 +0000 (23:00 +0200)
kronolith/js/kronolith.js

index 8a57996..3c295a4 100644 (file)
@@ -1702,6 +1702,11 @@ KronolithCore = {
                     this.go('search:' + $F('kronolithSearchContext') + ':' + $F('kronolithSearchTerm'))
                     e.stop();
                     break;
+
+                case 'kronolithQuickinsertForm':
+                    $('kronolithQuickinsert').fade();
+                    this.quickSaveEvent();
+                    break;
                 }
                 break;