aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-28 12:08:04 +0200
committerRay <raysan5@gmail.com>2019-05-28 12:08:04 +0200
commit4e0a5909e725a1951b7fcc10421d3c41b31f15f4 (patch)
tree891daebc65dafa836db75091055786ccc14d548f /src/shell.html
parent63b89f53f9652288f3a9f270eade3eb4b6e5c72d (diff)
downloadraylib-4e0a5909e725a1951b7fcc10421d3c41b31f15f4.tar.gz
raylib-4e0a5909e725a1951b7fcc10421d3c41b31f15f4.zip
Hide progress bar
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shell.html b/src/shell.html
index db823882..7db891be 100644
--- a/src/shell.html
+++ b/src/shell.html
@@ -125,8 +125,8 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB
}
#progress {
- height: 20px;
- width: 30px;
+ height: 0px;
+ width: 0px;
}
#controls {
@@ -264,7 +264,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB
text = m[1];
progressElement.value = parseInt(m[2])*100;
progressElement.max = parseInt(m[4])*100;
- progressElement.hidden = false;
+ progressElement.hidden = true;
spinnerElement.hidden = false;
} else {
progressElement.value = null;