1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-10-01 09:00:13 +02:00

Update configuration.html

This commit is contained in:
donaldzou 2020-10-19 11:48:08 -04:00
parent 397e448899
commit 96af266c38

View File

@ -149,5 +149,10 @@
$('.switch').change(function() { $('.switch').change(function() {
location.replace("/switch/"+$(this).attr('id')) location.replace("/switch/"+$(this).attr('id'))
}) })
setInterval(function(){
location.reload();
}, 10000)
</script> </script>
</html> </html>