Removed JS click event on calendar days left
This commit is contained in:
parent
84b0a11203
commit
8470dffd23
|
|
@ -39,9 +39,6 @@
|
|||
},
|
||||
dayClick: function(date, jsEvent, view) {
|
||||
|
||||
alert('Clicked on: ' + date.format());
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue