Link Today.
authorJan Schneider <jan@horde.org>
Wed, 15 Apr 2009 14:15:24 +0000 (16:15 +0200)
committerJan Schneider <jan@horde.org>
Wed, 15 Apr 2009 21:30:17 +0000 (23:30 +0200)
kronolith/js/src/kronolith.js

index 48d9eb5..ef3f566 100644 (file)
@@ -1027,6 +1027,11 @@ KronolithCore = {
                 e.stop();
                 return;
 
+            case 'kronolithToday':
+                this.go(Kronolith.conf.login_view);
+                e.stop();
+                return;
+
             case 'id_fullday':
                 this.eventForm.select('.edit_at').each(Element.toggle);
                 e.stop();