diff options
-rw-r--r-- | version.inc | 2 | ||||
-rwxr-xr-x | view/tpl/event_head.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc index a972afa02..a2c77cbe0 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-01-02.907 +2015-01-04.909 diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 03ea833f9..830347555 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -26,7 +26,7 @@ }, loading: function(isLoading, view) { if(!isLoading) { - $('td.fc-day').dblclick(function() { window.location.href='https://caterva.eu/events/new?start='+$(this).data('date'); }); + $('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); }); } }, |