mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
index.html: periodically update system stats
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<script src="js/main.js"></script>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
populateDivs();
|
||||
setInterval(function() {
|
||||
populateDivs();
|
||||
}, 1000);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user