Marthee commited on
Commit
93840d1
·
verified ·
1 Parent(s): d4c0dca

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -0
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 + '%';