projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915bdaf
)
Save date with location history if using the top navigation buttons.
author
Jan Schneider
<jan@horde.org>
Tue, 7 Apr 2009 13:33:07 +0000
(15:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 7 Apr 2009 17:55:02 +0000
(19:55 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
b64331b
..
8c1bc11
100644
(file)
--- a/
kronolith/js/src/kronolith.js
+++ b/
kronolith/js/src/kronolith.js
@@
-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;