Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Fix bug in progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed Mar 31, 2016
1 parent 6ece269 commit 6a5056a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions behaviour.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ const init = function($, api) {
}
for(var s in sections) {
thisSec = sections[s];
updateProgress(1);
func(id)[thisSec]().fetch(buildHandler(thisSec));
}
}
Expand Down

0 comments on commit 6a5056a

Please sign in to comment.