diff --git a/js/scheduler.js b/js/scheduler.js index a99f394a5..b60c8edcd 100644 --- a/js/scheduler.js +++ b/js/scheduler.js @@ -75,7 +75,7 @@ else { this.$repeatIntervalSpinbox.spinbox({ 'min': 1 }); } - this.$endAfter.spinbox(); + this.$endAfter.spinbox({ 'value': 1, 'min': 1 }); this.$endDate.datepicker(); this.$element.find('.radio-custom').radio();