Commit 5a076fb4 by Earvin Paguia

no image popup box fix

parent 1283c13f
...@@ -504,7 +504,7 @@ function refreshImage() { ...@@ -504,7 +504,7 @@ function refreshImage() {
//const progressBar = document.getElementById('progressBar'); //const progressBar = document.getElementById('progressBar');
const elProgress = document.getElementById('progress'); const elProgress = document.getElementById('progress');
function progress() { function progress() {
elProgress.innerHTML = Math.round(loaded * .000001) + " mb of " + Math.round(total * .000001); /* elProgress.innerHTML = Math.round(loaded * .000001) + " mb of " + Math.round(total * .000001);*/
//progressBar.value = Math.round(100 / 100 * 100); //progressBar.value = Math.round(100 / 100 * 100);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment