Skip to content

Commit

Permalink
Update miner_stats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Oink70 authored Jul 29, 2022
1 parent 61a93d9 commit 242e760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/miner_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
var _miner = "{{=String(it.stats.address).split(".")[0]}}";
var _workerCount = 0;
window.statsSource = new EventSource("/api/live_stats");
document.querySelector('main').appendChild(document.createElement('script')).src = '/static/js/miner_stats.js';
document.querySelector('main').appendChild(document.createElement('script')).src = '/static/miner_stats.js';
</script>

0 comments on commit 242e760

Please sign in to comment.