From 028dff44cccc27db4140ad41fc4893d6cd6ad0f0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Jan 2015 00:47:44 -0800 Subject: [PATCH] remove hard-coded url to caterva.eu from events code. --- version.inc | 2 +- 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'); }); } },