diff options
author | friendica <info@friendica.com> | 2015-01-04 00:47:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-04 00:47:44 -0800 |
commit | 028dff44cccc27db4140ad41fc4893d6cd6ad0f0 (patch) | |
tree | 4ff1070665dde364f243a58b5f8d9a276b9b3906 | |
parent | 3e073f4b626ce5e12f3c9412afa5505ac26e5a9b (diff) | |
download | volse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.tar.gz volse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.tar.bz2 volse-hubzilla-028dff44cccc27db4140ad41fc4893d6cd6ad0f0.zip |
remove hard-coded url to caterva.eu from events code.
-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'); }); } }, |