summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Raggam <thetetet@gmail.com>2017-02-17 11:54:28 (GMT)
committerJohannes Raggam <thetetet@gmail.com>2017-02-17 11:54:28 (GMT)
commit9d9ee51554dd56dbe711771431f1f13a0d08335c (patch)
tree0eb8496038becde85b691cf0834ca391b381fe97
parent997372f6ba4ce60ae3b3c63e01f7248b17dc5100 (diff)
fix url to specific day view
-rw-r--r--program/templates/day_schedule.html2
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('/');
}
});
});