From: Jan Schneider Date: Mon, 11 May 2009 06:47:49 +0000 (+0200) Subject: Really go to today. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9fb9e36c631bbd853f82f5a7dc83ae8ef908a150;p=horde.git Really go to today. --- diff --git a/kronolith/js/src/kronolith.js b/kronolith/js/src/kronolith.js index 4f04e78c4..0d8c83807 100644 --- a/kronolith/js/src/kronolith.js +++ b/kronolith/js/src/kronolith.js @@ -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;