Save date with location history if using the top navigation buttons.
authorJan Schneider <jan@horde.org>
Tue, 7 Apr 2009 13:33:07 +0000 (15:33 +0200)
committerJan Schneider <jan@horde.org>
Tue, 7 Apr 2009 17:55:02 +0000 (19:55 +0200)
kronolith/js/src/kronolith.js

index b64331b..8c1bc11 100644 (file)
@@ -1164,7 +1164,7 @@ KronolithCore = {
             //case 'kronolithNavYear':
             //case 'kronolithNavTasks':
             //case 'kronolithNavAgenda':
-                this.go(id.substring(12).toLowerCase());
+                this.go(id.substring(12).toLowerCase() + ':' + this.date.dateString());
                 e.stop();
                 return;