robmonie / jquery-week-calendar

Now actively maintained in the following fork - https://github.com/themouette/jquery-week-calendar
388 stars 391 forks source link

Cannot use the calendar with Opera #20

Open nicolasmarestin opened 14 years ago

nicolasmarestin commented 14 years ago

When I clic 'Save' in the window presenting the date and comment in the form, the window dissapear and also the event (previously displayed while I set the params in the form) disappears too. I cannot set a new event or modify any

This seems to be linked with the latest version of Opea (maybe others ?) in the code JS, the calEvent.start = new Date(startField.val()) does not seem to work

regards