disabled JS console output
This commit is contained in:
parent
0b0483f679
commit
27a76509f6
@ -61,7 +61,6 @@ $(document).ready(function(){
|
|||||||
// Start dropping out elements
|
// Start dropping out elements
|
||||||
if (storedData.length > 20) { storedData.shift(); }
|
if (storedData.length > 20) { storedData.shift(); }
|
||||||
storedData[storedData.length] = [new Date().getTime(), data.getuserhashrate.hashrate];
|
storedData[storedData.length] = [new Date().getTime(), data.getuserhashrate.hashrate];
|
||||||
console.log(storedData);
|
|
||||||
if (typeof(plot1) != "undefined") plot1.replot({data: [storedData]});
|
if (typeof(plot1) != "undefined") plot1.replot({data: [storedData]});
|
||||||
},
|
},
|
||||||
complete: function() { setTimeout(workerHashrateGraph, {/literal}{($GLOBAL.config.statistics_ajax_refresh_interval * 1000)|default:"10000"}{literal}) }
|
complete: function() { setTimeout(workerHashrateGraph, {/literal}{($GLOBAL.config.statistics_ajax_refresh_interval * 1000)|default:"10000"}{literal}) }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user