From 9d9ee51554dd56dbe711771431f1f13a0d08335c Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 17 Feb 2017 12:54:28 +0100 Subject: fix url to specific day view 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('/'); } }); }); -- cgit v0.10.2