diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-02-17 18:28:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-02-17 18:28:04 (GMT) |
commit | a91fd8aff9e48fca354ed87e631b88c5f9c9e609 (patch) | |
tree | 0eb8496038becde85b691cf0834ca391b381fe97 | |
parent | 768d1dce4b5bf0c3d4fb6bb44bcdabb33afed72e (diff) | |
parent | 9d9ee51554dd56dbe711771431f1f13a0d08335c (diff) |
Merge branch 'master' into stable
-rw-r--r-- | program/templates/day_schedule.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html index 61005dd..ad56d68 100644 --- a/program/templates/day_schedule.html +++ b/program/templates/day_schedule.html @@ -18,7 +18,7 @@ prevText: "Zurück", defaultDate: location.href.split('/').slice(4, 7).join('.'), onSelect: function (dateText, inst) { - location = '/programm/' + dateText.split('.').join('/'); + location = '/programm/details/@@proxyview/' + dateText.split('.').join('/'); } }); }); |