change timeout for inforscreen

This commit is contained in:
Andreas Stephanides
2017-05-29 09:56:46 +02:00
parent 453dd7867d
commit af5d055014

View File

@@ -79,7 +79,7 @@ setTimeout(function(){
window.location.reload();
/* or window.location = window.location.href; */
}, 70000);
}, 80000);
});
</script>