From 77dc22a2ae7f3ddef4c4479e2ad17292dd6b07f7 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 20 Feb 2017 00:19:54 +0100 Subject: restore old url behavior, which is now supported by the plone proxyview 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('/'); } }); }); -- cgit v0.10.2