summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Raggam <thetetet@gmail.com>2017-02-19 23:19:54 (GMT)
committerJohannes Raggam <thetetet@gmail.com>2017-02-19 23:19:54 (GMT)
commit77dc22a2ae7f3ddef4c4479e2ad17292dd6b07f7 (patch)
treec17f1c2ba1ca780b3c419536dd2dac249d391712
parent9d9ee51554dd56dbe711771431f1f13a0d08335c (diff)
restore old url behavior, which is now supported by the plone proxyview
-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 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('/');
}
});
});