From 4911089a6faf5f376e1fd28df6a79b1947b9bf85 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 14 May 2021 02:41:40 +0530 Subject: [PATCH] UI update --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2a278be..f8c069f 100644 --- a/index.html +++ b/index.html @@ -10726,7 +10726,7 @@ Bitcoin.Util = { function refresh(showLoader = true){ if(showLoader) - showPage('error_page') + showPage('loading_page') getCurrentRates().then(async (rates) => { USD_current = rates.USD_INR; BTC_current = rates.BTC_USD; @@ -10763,7 +10763,7 @@ Bitcoin.Util = { getFundsFromBlockchain(floID) .then(funds => { renderFunds(term, funds) - // showPage('home_page') + showPage('home_page') }).catch(error => console.error(error)) } }).catch(error => console.error(error)); @@ -10773,7 +10773,7 @@ Bitcoin.Util = { let term = parseTerm(terms[floID]) const funds = await getFundsFromBlockchain(floID) renderFunds(term, funds) - // showPage('home_page') + showPage('home_page') } } catch(err){