Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kennhung committed Jul 24, 2019
2 parents 43a8ceb + e20e7a0 commit b08a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/timeLogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{{end}}

var seasonIds = [];
TimeLogsTable.on('draw', () => {
TimeLogsTable.on('init', () => {
for (let i = 0; i < TimeLogsTable.rows().data().length; i++) {
let data = TimeLogsTable.rows().data()[i];
if ($.inArray(data["SeasonId"], seasonIds) === -1) {
Expand Down

0 comments on commit b08a305

Please sign in to comment.