aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-04 00:47:44 -0800
committerfriendica <info@friendica.com>2015-01-04 00:47:44 -0800
commit028dff44cccc27db4140ad41fc4893d6cd6ad0f0 (patch)
tree4ff1070665dde364f243a58b5f8d9a276b9b3906 /view/tpl/event_head.tpl
parent3e073f4b626ce5e12f3c9412afa5505ac26e5a9b (diff)
downloadvolse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.tar.gz
volse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.tar.bz2
volse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.zip
remove hard-coded url to caterva.eu from events code.
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl2
1 files changed, 1 insertions, 1 deletions
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'); });
}
},