mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
cleanup
This commit is contained in:
@@ -1260,7 +1260,7 @@ const app = {
|
||||
app.scheduleNextRefresh();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
updateNextRefreshTime: function() {
|
||||
const nextRefreshSpan = document.getElementById('next-refresh-time');
|
||||
const labelElement = document.getElementById('next-refresh-label');
|
||||
@@ -1601,7 +1601,7 @@ refreshAllData: async function() {
|
||||
console.log('Using previously cached BTC price after error:', app.btcPriceUSD);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user