This commit is contained in:
nahuhh
2025-04-17 02:44:42 +00:00
parent b605bd4bc3
commit ec092eaa6e
5 changed files with 31 additions and 31 deletions

View File

@@ -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;
}
},