make the page reload every hour
This commit is contained in:
parent
5404b4d557
commit
b9370dc6f8
|
@ -256,6 +256,11 @@ function GetBeamStatus(){
|
|||
|
||||
setInterval(GetBeamStatus, 5* 1000);
|
||||
|
||||
function refreshPage() {
|
||||
location.reload();
|
||||
}
|
||||
|
||||
setTimeout(refreshPage, 60*60*1000); // REFRESH PAGE EVERY HOUR
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user