mirror of
https://github.com/KevinMidboe/homehub.git
synced 2025-12-08 20:29:03 +00:00
3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
setInterval(function() {
|
|
window.location.reload();
|
|
}, 300000);
|