Spaces:
Runtime error
Runtime error
Update app.js
Browse files- javascript/app.js +1 -0
javascript/app.js
CHANGED
@@ -343,6 +343,7 @@ customElements.define('midi-visualizer', MidiVisualizer);
|
|
343 |
divInner.style.height = "20px";
|
344 |
divInner.style.lineHeight = "20px";
|
345 |
divInner.style.paddingRight = "8px"
|
|
|
346 |
divProgress.appendChild(divInner);
|
347 |
parentProgressbar.insertBefore(divProgress, progressbarContainer);
|
348 |
}
|
|
|
343 |
divInner.style.height = "20px";
|
344 |
divInner.style.lineHeight = "20px";
|
345 |
divInner.style.paddingRight = "8px"
|
346 |
+
divInner.style.width = "0%";
|
347 |
divProgress.appendChild(divInner);
|
348 |
parentProgressbar.insertBefore(divProgress, progressbarContainer);
|
349 |
}
|