UI fix
This commit is contained in:
parent
383521c8ed
commit
8c8b0bcd0e
@ -10519,8 +10519,6 @@ Bitcoin.Util = {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
renderfundPlaceholder()
|
|
||||||
|
|
||||||
function onLoadStartUp() {
|
function onLoadStartUp() {
|
||||||
compactIDB.initDB(floGlobals.application, {
|
compactIDB.initDB(floGlobals.application, {
|
||||||
terms: {},
|
terms: {},
|
||||||
@ -10570,7 +10568,7 @@ Bitcoin.Util = {
|
|||||||
getFundsFromBlockchain(floID)
|
getFundsFromBlockchain(floID)
|
||||||
.then(funds => {
|
.then(funds => {
|
||||||
renderFunds(term, funds)
|
renderFunds(term, funds)
|
||||||
// showPage('home_page')
|
showPage('home_page')
|
||||||
})
|
})
|
||||||
.catch(error => console.error(error))
|
.catch(error => console.error(error))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user