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