Save quick event on Enter.
authorJan Schneider <jan@horde.org>
Mon, 10 May 2010 16:52:06 +0000 (18:52 +0200)
committerJan Schneider <jan@horde.org>
Mon, 10 May 2010 17:21:25 +0000 (19:21 +0200)
kronolith/js/kronolith.js

index 9cc8630..441ea6e 100644 (file)
@@ -3373,6 +3373,11 @@ KronolithCore = {
                     e.stop();
                     break;
 
+                case 'kronolithQuickinsertForm':
+                    this.quickSaveEvent();
+                    e.stop();
+                    break;
+
                 case 'kronolithCalendarForminternal':
                 case 'kronolithCalendarFormtasklists':
                 case 'kronolithCalendarFormremote':