You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
I recently upgraded bootstrap-datetimepicker.js from a version prior to Dec 2016.
I had multiple buttons that would call $('#datetimepicker').datetimepicker('show'); to display the datetime picker.
It looks like the newest version of the JS file has broken this and nothing happens when I click on any of those buttons. A little big of debugging shows that the show and hide events are both being called one after the other.
The text was updated successfully, but these errors were encountered:
I recently upgraded bootstrap-datetimepicker.js from a version prior to Dec 2016.
I had multiple buttons that would call
$('#datetimepicker').datetimepicker('show');
to display the datetime picker.It looks like the newest version of the JS file has broken this and nothing happens when I click on any of those buttons. A little big of debugging shows that the show and hide events are both being called one after the other.
The text was updated successfully, but these errors were encountered: