diff --git a/index.html b/index.html index ed96bbe..ddb8850 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
- +
0%
@@ -28,6 +28,7 @@
diff --git a/js/main.js b/js/main.js index 4e1204a..6138a43 100644 --- a/js/main.js +++ b/js/main.js @@ -201,7 +201,7 @@ function updateProgress(evt) { function handleFileSelect(evt) { - document.getElementById("cancel").style.display = ""; + //document.getElementById("cancel").style.display = ""; // Reset progress indicator on new file selection. progress.style.width = '0%'; progress.textContent = '0%';