Skip to content

Commit d5758f3

Browse files
committed
updates gh 212 loader to start at 1%
1 parent e2f641e commit d5758f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/loading-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function LoadingBar(c){
88
}
99

1010
LoadingBar.prototype.start = function(){
11-
this.meter.css('width', '10%');
11+
this.meter.css('width', '1%');
1212
this.elem.show();
1313
};
1414

0 commit comments

Comments
 (0)