Date/Timer Update
- Date + time filter now works cross browser
- Added jQuery UI clock fallback for browsers that don't support HTML5
<input type='time'/>
element
- Added jQuery UI clock fallback for browsers that don't support HTML5
- Added air horn sound to both date/future timers when they expire
- Air horn only sounds the first time a user visits the task after time runs out
- Removed CSSpie.js and it's related files from Game On since they're no longer used
NOTE: If tasks from previous versions of Game On have any date/future time filters associated with them, installing this version will cause some strange behaviors.
- The date filter specifically changed its behavior to now take the percentage value associated with a day to be a reduction, rather than a modification. I.e. a task with a 90% modifier in the date filter on 2.3.7 and before would be 90% of the value of the task (a 10% reduction), whereas in 2.3.8 and onwards a task with a 90% modifier in the date filter would be a reduction of 90% of the value of the task.
- To account for this change, we recommend taking the previous value (90) and subtracting it from 100 (100 - 90 = 10) and replacing the previous value (90) with the new calculated value (10) and updating the task for 2.3.8.