change timeout for inforscreen

This commit is contained in:
Andreas Stephanides
2017-05-29 09:44:09 +02:00
parent bbfb5e6a1d
commit 453dd7867d

View File

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