| Issue 578: | error when double clicking day while setting selected | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I have this code:
dayClick: function (date, allDay, jsEvent, view) {
$('#calendar').fullCalendar('select', date, date, allDay);
}
When a user clicks an already selected day it throws an error in the js file. I tried calling unselect before the select but i get the same results.
Aug 25, 2010
Project Member
#1
adamrs...@gmail.com
Oct 7, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |