Modernize pool charts and navigation
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
This commit is contained in:
@@ -564,6 +564,7 @@ currentPage = {
|
||||
$('#networkLastBlockFound,#poolLastBlockFound').timeago('dispose');
|
||||
if (xhrHomeTopMiners) xhrHomeTopMiners.abort();
|
||||
if (xhrHomeDualMm) xhrHomeDualMm.abort();
|
||||
destroyApexChartsByPrefix(homeChartInstances, 'home_');
|
||||
},
|
||||
update: function(updateKey){
|
||||
if (lastStats)
|
||||
@@ -609,6 +610,7 @@ currentPage = {
|
||||
updateText('blockSolvedTime', getReadableTime(lastStats.network.difficulty / lastStats.pool.hashrate));
|
||||
home_RenderPoolBlocks(stats);
|
||||
home_RenderPayments(stats);
|
||||
home_CreateCharts(stats);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user