ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Fix for show/hide seconds with multiple pickers on page #77

Closed cheesegrits closed 5 years ago

cheesegrits commented 5 years ago

This PR fixes an issue with showSeconds, if you have multiple pickers on the same page. Prior to this fix, regardless of showSeconds setting on subsequent pickers, only the setting of the first picker created would be observed, by all pickers.

I also had to bump the version for gulp-sass to get it to work on Windows.

cheesegrits commented 5 years ago

Ooops, submitted PR from my master branch. Closing.