From 0cbc4b6c6cbda3045a6b4481ce04f1aed45b5812 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 11 May 2021 02:13:04 +0530 Subject: [PATCH] UI fix --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a178144..b5d38b3 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ - +
@@ -10021,7 +10021,7 @@ Bitcoin.Util = { compactIDB.initDB(floGlobals.application, { bonds: {}, appendix: {} - }).then(result => refreshBtn.click()) + }).then(result => getRef('refresh_button').click()) .catch(error => console.error(error)) } @@ -10188,8 +10188,7 @@ Bitcoin.Util = { return details; } - const refreshBtn = getRef('refresh-btn'); - refreshBtn.addEventListener("click", evt => { + getRef('refresh_button').addEventListener("click", evt => { showPage('loading_page') getCurrentRates().then(rates => { USD_current = rates.USD_INR;