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 Apr 3, 2016
1 parent 38452d0 commit fd7a659
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 @@ -361,6 +361,7 @@ const init = function($, api) {
}
for(var s in sections) {
thisSec = sections[s];
updateProgress(1);
func(id)[thisSec]().fetch(OPTS, buildHandler(thisSec));
}
}
Expand Down

0 comments on commit fd7a659

Please sign in to comment.