Removed JS click event on calendar days left

This commit is contained in:
Dave Earley 2016-05-12 00:10:43 +01:00
parent 84b0a11203
commit 8470dffd23
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@
},
dayClick: function(date, jsEvent, view) {
alert('Clicked on: ' + date.format());
}
});
});