From e864018553c67837fb983d8e171540955028bd6a Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 19 Feb 2022 18:32:02 +0530 Subject: [PATCH] UX fix --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index ee788a1..13422fd 100644 --- a/public/index.html +++ b/public/index.html @@ -1036,6 +1036,7 @@ getRef('get_total').value = 0 setTimeout(() => { hideProcess('trade_button_wrapper') + getRef('trade_button').disabled = true setTimeout(() => { getRef('trade_button_wrapper').querySelector('.stateful-result').remove() }, 100);