Issue 578: error when double clicking day while setting selected
Status:  Done
Owner: ----
Closed:  Oct 2010
Reported by johnnyra...@gmail.com, Jul 27, 2010
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
Please follow the instructions for submitting a bug (on Support page):

"...please submit a report with a detailed description and a demonstration of the bug. This can be a link to a website or a ZIP containing a runnable HTML file. Please include everything needed to recreate the bug (JS, CSS, event JSON)."
Oct 7, 2010
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done