From c0cce06c33488109479f31ceebad2499d8740708 Mon Sep 17 00:00:00 2001 From: Ravi Riley Date: Mon, 15 Jun 2020 23:11:05 -0700 Subject: [PATCH] Made cancel button shown --- index.html | 3 ++- js/main.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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%';