Merge pull request #849 from moradrouaguy/patch-1
Update bootstrap-editable.js
This commit is contained in:
commit
42b6d07a6b
@ -4418,7 +4418,7 @@ $(function(){
|
|||||||
//initial value, can be `new Date()`
|
//initial value, can be `new Date()`
|
||||||
value: null,
|
value: null,
|
||||||
minYear: 1970,
|
minYear: 1970,
|
||||||
maxYear: 2015,
|
maxYear: new Date().getFullYear(),
|
||||||
yearDescending: true,
|
yearDescending: true,
|
||||||
minuteStep: 5,
|
minuteStep: 5,
|
||||||
secondStep: 1,
|
secondStep: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user