Really go to today.
authorJan Schneider <jan@horde.org>
Mon, 11 May 2009 06:47:49 +0000 (08:47 +0200)
committerJan Schneider <jan@horde.org>
Mon, 11 May 2009 06:47:49 +0000 (08:47 +0200)
kronolith/js/src/kronolith.js

index 4f04e78..0d8c838 100644 (file)
@@ -1217,7 +1217,7 @@ KronolithCore = {
                 return;
 
             case 'kronolithToday':
-                this.go(Kronolith.conf.login_view);
+                this.go(Kronolith.conf.login_view + ':' + new Date().dateString());
                 e.stop();
                 return;