Skip to content

Commit

Permalink
Merge pull request #69 from sakshityagi/master
Browse files Browse the repository at this point in the history
Pull request for Fixed the pivotal tracker issue #127223151
  • Loading branch information
DanielHindi authored Aug 10, 2016
2 parents 450dc74 + e9850a5 commit 6a593b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions control/content/controllers/content.event.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@
_startTimeObj.minutes = _startTimeObj.date.getHours() * 60;
_startTimeObj.minutes += _startTimeObj.date.getMinutes();
_startTimeObj.millis = _startTimeObj.minutes * 60 * 1000;

ContentEvent.event.data.startDate += _startTimeObj.millis;
//ContentEvent.event.data.startDate += _startTimeObj.millis; //Commented this code to fix the pivotal issue #127223151
ContentEvent.event.data.startTime = ContentEvent.event.data.startDate;
ContentEvent.event.data.endDate = ContentEvent.event.data.startDate;

Expand Down

0 comments on commit 6a593b1

Please sign in to comment.