From 4cc74c74d124082900e7145725a4b3d17f19b1b4 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 26 Sep 2022 15:01:33 +1000 Subject: [PATCH 1/2] feat: disable buttons using HTML --- light-js/index.html | 14 ++++---------- relay-js/index.html | 8 ++------ rln-js/index.html | 13 ++++--------- 3 files changed, 10 insertions(+), 25 deletions(-) diff --git a/light-js/index.html b/light-js/index.html index 519a009..58d6aea 100644 --- a/light-js/index.html +++ b/light-js/index.html @@ -22,14 +22,14 @@ - +
- - + +
- +
@@ -64,12 +64,6 @@ let messages = []; let unsubscribe; - dialButton.disabled = true; - subscribeButton.disabled = true; - textInput.disabled = true; - sendButton.disabled = true; - unsubscribeButton.disabled = true; - const updateMessages = (msgs, div) => { div.innerHTML = "