Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Fix wrong field bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mark86092 committed Jun 24, 2016
1 parent 145ec1e commit f69a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ window.workingTimesForm.init(function () {
} else {
startTimeArr.push(working.startTime);
endTimeArr.push(working.endTime);
breakDurationArr.push(working.freeTime);
breakDurationArr.push(working.breakDuration);
}
});

Expand Down

0 comments on commit f69a62b

Please sign in to comment.