From 9d9ee51554dd56dbe711771431f1f13a0d08335c Mon Sep 17 00:00:00 2001
From: Johannes Raggam <thetetet@gmail.com>
Date: Fri, 17 Feb 2017 12:54:28 +0100
Subject: [PATCH] fix url to specific day view

---
 program/templates/day_schedule.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index 61005dd6..ad56d68d 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('/');
                 }
             });
         });
-- 
GitLab