remove hard-coded url to caterva.eu from events code.
This commit is contained in:
parent
3e073f4b62
commit
028dff44cc
@ -1 +1 @@
|
||||
2015-01-02.907
|
||||
2015-01-04.909
|
||||
|
@ -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'); });
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user