Merge pull request from moradrouaguy/patch-1

Update bootstrap-editable.js
This commit is contained in:
lorvent 2016-02-04 13:48:15 -05:00
commit 42b6d07a6b

@ -4418,7 +4418,7 @@ $(function(){
//initial value, can be `new Date()`
value: null,
minYear: 1970,
maxYear: 2015,
maxYear: new Date().getFullYear(),
yearDescending: true,
minuteStep: 5,
secondStep: 1,
@ -6804,4 +6804,4 @@ Automatically shown in inline mode.
$.fn.editabletypes.datetimefield = DateTimeField;
}(window.jQuery));
}(window.jQuery));