| Issue 2073: | revertFunc() won't works | |
| 1 person starred this issue and may be notified of changes. | Back to list |
This the JSFiddle http://jsfiddle.net/sW6DB/ and try to move an event to a day before Today.... it locks and chrome Console give me this "Uncaught TypeError: boolean is not a function" referring to the row with revertFunc() Thanks for any help Carlo
Jun 7, 2014
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
Ok, I answer to myself.... this "eventDrop: function(event, dayDelta, minuteDelta, revertFunc) {" function was uncomplete. It must be "eventDrop: function(event, dayDelta, minuteDelta, allDay, revertFunc) {" Whith allDay variable. The correct JS: http://jsfiddle.net/sW6DB/2/ Thanks anyway Carlo