shawnchin / jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries
http://shawnchin.github.io/jquery-cron
MIT License
177 stars 118 forks source link

fix for user selecting weekly #31

Open michael-ciavattone opened 7 years ago

michael-ciavattone commented 7 years ago

fix bug when user selects weekly on Sunday (which would have the value of i (which was 0) and threw an error stating the value for days must be between 1-7)