From 854775bd4928eeea1f58a4e08e40e026446c9832 Mon Sep 17 00:00:00 2001 From: Maximilian Zimmer Date: Fri, 4 Apr 2014 18:34:43 +0300 Subject: [PATCH] Changed spaces to tabs --- js/bootstrap-datepicker.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/bootstrap-datepicker.js b/js/bootstrap-datepicker.js index 86b49bf..a9e1908 100644 --- a/js/bootstrap-datepicker.js +++ b/js/bootstrap-datepicker.js @@ -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,