Files
homehub/scripts/3minReload.js

3 lines
64 B
JavaScript

setInterval(function() {
window.location.reload();
}, 300000);