1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +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() {
location.replace("/switch/"+$(this).attr('id'))
})
setInterval(function(){
location.reload();
}, 10000)
</script>
</html>