Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -614,6 +614,7 @@
|
|
| 614 |
|
| 615 |
///////////////////////////////////////////////BEGIN JS CODE//////////////////////////////////////////////////
|
| 616 |
|
|
|
|
| 617 |
function updateProgressBar(value) {
|
| 618 |
const progressBar = document.getElementById('progress');
|
| 619 |
progressBar.style.width = value + '%';
|
|
|
|
| 614 |
|
| 615 |
///////////////////////////////////////////////BEGIN JS CODE//////////////////////////////////////////////////
|
| 616 |
|
| 617 |
+
|
| 618 |
function updateProgressBar(value) {
|
| 619 |
const progressBar = document.getElementById('progress');
|
| 620 |
progressBar.style.width = value + '%';
|