Skip to content
Snippets Groups Projects
Commit 9d9ee515 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

fix url to specific day view

parent 997372f6
No related branches found
No related tags found
No related merge requests found
......@@ -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('/');
}
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment