Skip to content

Commit

Permalink
Update bootstrap-editable.js
Browse files Browse the repository at this point in the history
I just put the current Year for the default maxDate (combodate).
  • Loading branch information
moradrouaguy committed Jan 5, 2016
1 parent 8de8dde commit 76cdd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/bootstrap3-editable/js/bootstrap-editable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -6804,4 +6804,4 @@ Automatically shown in inline mode.

$.fn.editabletypes.datetimefield = DateTimeField;

}(window.jQuery));
}(window.jQuery));

0 comments on commit 76cdd53

Please sign in to comment.