Closed jhiver closed 10 years ago
Very easy to reproduce, go to the demo page:
http://mugifly.github.io/jquery-simple-datetimepicker/jquery.simple-dtpicker.html
Open a javascript console, and click on a time.
Browser (Chrome) yields "Uncaught TypeError: Cannot call method 'getFullYear' of undefined". Same problem in FF, haven't tested others.
Kindly advise.
Thanks for your report.
Removed the console.log("onClick") on line 1161 and then this fix worked for me. Thank you.
Very easy to reproduce, go to the demo page:
http://mugifly.github.io/jquery-simple-datetimepicker/jquery.simple-dtpicker.html
Open a javascript console, and click on a time.
Browser (Chrome) yields "Uncaught TypeError: Cannot call method 'getFullYear' of undefined". Same problem in FF, haven't tested others.
Kindly advise.