diff options
author | Johannes Raggam <thetetet@gmail.com> | 2017-02-17 11:54:28 (GMT) |
---|---|---|
committer | Johannes Raggam <thetetet@gmail.com> | 2017-02-17 11:54:28 (GMT) |
commit | 9d9ee51554dd56dbe711771431f1f13a0d08335c (patch) | |
tree | 0eb8496038becde85b691cf0834ca391b381fe97 /program | |
parent | 997372f6ba4ce60ae3b3c63e01f7248b17dc5100 (diff) |
fix url to specific day view
Diffstat (limited to 'program')
-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('/'); } }); }); |