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

Commit

Permalink
are you listening to the right events? What you're missing might surp…
Browse files Browse the repository at this point in the history
…rise you.
  • Loading branch information
Christopher McCulloh committed Oct 5, 2015
1 parent 4a771a3 commit 9af1fb4
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 @@ -70,7 +70,7 @@
this.$startDate.datepicker(this.options.startDateOptions);

var startDateResponse = (typeof this.options.startDateChanged === "function") ? this.options.startDateChanged : this._guessEndDate;
this.$startDate.on('change dateClicked.fu.datepicker', $.proxy(startDateResponse, this));
this.$startDate.on('change changed.fu.datepicker dateClicked.fu.datepicker', $.proxy(startDateResponse, this));

this.$startTime.combobox();
// init start time
Expand Down

0 comments on commit 9af1fb4

Please sign in to comment.