app/assets/javascripts/will_pickdate.js in will_pickdate-0.9.7 vs app/assets/javascripts/will_pickdate.js in will_pickdate-0.9.8
- old
+ new
@@ -31,10 +31,10 @@
yearsPerPage: 20,
format: 'F d, Y @ h:ia',
allowEmpty: false,
inputOutputFormat: 'S', // default to unix timestamp
animationDuration: 400,
- useFadeInOut: !$.browser.msie, // dont animate fade-in/fade-out for IE
+ useFadeInOut: $.support.opacity, // dont animate fade-in/fade-out for IE
startView: 'month', // allowed values: {time, month, year, decades}
positionOffset: { x: 0, y: 0 },
minDate: null, // { date: '[date-string]', format: '[date-string-interpretation-format]' }
maxDate: null, // same as minDate
debug: false,
\ No newline at end of file