timepicker: disable mousewheel by default

This commit is contained in:
Felix Niklas 2015-09-30 14:22:01 +02:00
parent fc3c8ef808
commit 25724cad24

View file

@ -14,6 +14,7 @@
* - activate meridian on class 'time--12' * - activate meridian on class 'time--12'
* - normalize output to 24-hour clock * - normalize output to 24-hour clock
* - add hoursAndMinutes * - add hoursAndMinutes
* - disableMousewheel by default
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -1131,7 +1132,7 @@
$.fn.timepicker.defaults = { $.fn.timepicker.defaults = {
defaultTime: false, defaultTime: false,
disableFocus: false, disableFocus: false,
disableMousewheel: false, disableMousewheel: true,
isOpen: false, isOpen: false,
minuteStep: 15, minuteStep: 15,
modalBackdrop: false, modalBackdrop: false,