From a1935991e5a3cf1c7762afd1b1b0ea054746d2b0 Mon Sep 17 00:00:00 2001 From: solehudin5699 Date: Mon, 28 Feb 2022 00:50:23 +0700 Subject: [PATCH] add loading --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 62c2210..dd308c5 100644 --- a/public/index.html +++ b/public/index.html @@ -286,11 +286,11 @@ : `?quality=${qualityValue}&width=${widthValue}&height=${heightValue}`; anchorDonwload.setAttribute('href', result.urlImage + params); anchorDonwload.click(); - btnSubmit.innerHTM = 'Submit & Download'; + btnSubmit.innerHTML = 'Submit & Download'; btnSubmit.removeAttribute('disabled'); }) .catch((err) => { - btnSubmit.innerHTM = 'Submit & Download'; + btnSubmit.innerHTML = 'Submit & Download'; btnSubmit.removeAttribute('disabled'); }); });