diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-02-20 03:16:56 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-02-20 03:16:56 (GMT) |
commit | 5391d900e79faafd3ace600ef2fc7b4a6e7b5786 (patch) | |
tree | c17f1c2ba1ca780b3c419536dd2dac249d391712 /program/templates | |
parent | a91fd8aff9e48fca354ed87e631b88c5f9c9e609 (diff) | |
parent | 77dc22a2ae7f3ddef4c4479e2ad17292dd6b07f7 (diff) |
Merge branch 'master' into stable
Diffstat (limited to 'program/templates')
-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 ad56d68..eb0d3d7 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/details/@@proxyview/' + dateText.split('.').join('/'); + location = '/program/' + dateText.split('.').join('/'); } }); }); |