We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f641e commit d5758f3Copy full SHA for d5758f3
static/loading-bar.js
@@ -8,7 +8,7 @@ function LoadingBar(c){
8
}
9
10
LoadingBar.prototype.start = function(){
11
- this.meter.css('width', '10%');
+ this.meter.css('width', '1%');
12
this.elem.show();
13
};
14
0 commit comments