Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #654 from ExactTarget/scheduler-end-after-default
Browse files Browse the repository at this point in the history
scheduler 'End after recurrence'  set to default: 1, min: 1
  • Loading branch information
Kevin Parkerson committed Sep 11, 2014
2 parents e79856b + e0cb9e6 commit 6ab107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 6ab107f

Please sign in to comment.