remove hard-coded url to caterva.eu from events code.

This commit is contained in:
friendica 2015-01-04 00:47:44 -08:00
parent 3e073f4b62
commit 028dff44cc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2015-01-02.907
2015-01-04.909

View File

@ -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'); });
}
},