diff options
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 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('/'); } }); }); |