mirror of
https://github.com/uxsolutions/bootstrap-datepicker.git
synced 2026-01-25 16:46:28 +00:00
Changed spaces to tabs
This commit is contained in:
parent
d732524665
commit
854775bd49
8
js/bootstrap-datepicker.js
vendored
8
js/bootstrap-datepicker.js
vendored
@ -1018,9 +1018,9 @@
|
||||
this.dates.clear();
|
||||
}
|
||||
else if (ix !== -1){
|
||||
if(this.o.multidate === true || this.o.multidate > 1 || this.o.toggleActive){
|
||||
this.dates.remove(ix);
|
||||
}
|
||||
if(this.o.multidate === true || this.o.multidate > 1 || this.o.toggleActive){
|
||||
this.dates.remove(ix);
|
||||
}
|
||||
}
|
||||
else {
|
||||
this.dates.push(date);
|
||||
@ -1395,7 +1395,7 @@
|
||||
beforeShowDay: $.noop,
|
||||
calendarWeeks: false,
|
||||
clearBtn: false,
|
||||
toggleActive: true,
|
||||
toggleActive: true,
|
||||
daysOfWeekDisabled: [],
|
||||
endDate: Infinity,
|
||||
forceParse: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user