frio - events - fix double click on date

This commit is contained in:
rabuzarus 2016-06-18 15:23:35 +02:00
parent 48a77af49d
commit ee0942b96d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
},
loading: function(isLoading, view) {
if(!isLoading) {
$('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); });
$('td.fc-day').dblclick(function() { addToModal('/events/new?start='+$(this).data('date')); });
}
},