From a038e6493d8680592b8ebc37d0722a867a5c0839 Mon Sep 17 00:00:00 2001 From: Ferry Ayunda <135429317+kisahklasik@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:22:00 +0700 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 0feda27..529e1f1 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,9 @@

Tutorial:

function checkInput() { var input = document.getElementById('uploader').value; var button = document.getElementById('save'); +var share = document.getElementById('shared'); button.disabled = input === ''; +share.disabled = input === ''; }