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 #1339 from swilliamset/issue-1293-start-overwritte…
Browse files Browse the repository at this point in the history
…n-by-until

Remove startDate overwrite
  • Loading branch information
interactivellama committed Jun 9, 2015
1 parent 952c1c6 commit 103d785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,7 @@
var timeZone = this.$timeZone.selectlist('selectedItem');
var timezoneOffset = (timeZone.offset === '+00:00') ? 'Z' : timeZone.offset;

startDate = temp;
var utcEndHours = this.setUtcTime(startDate, startTime, timezoneOffset);
var utcEndHours = this.setUtcTime(temp, startTime, timezoneOffset);
this.$endDate.datepicker('setDate', utcEndHours);

this.$endSelect.selectlist('selectByValue', 'date');
Expand Down

0 comments on commit 103d785

Please sign in to comment.