mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 07:10:09 +01:00
Update configuration.html
This commit is contained in:
parent
397e448899
commit
96af266c38
@ -149,5 +149,10 @@
|
||||
$('.switch').change(function() {
|
||||
location.replace("/switch/"+$(this).attr('id'))
|
||||
})
|
||||
|
||||
|
||||
setInterval(function(){
|
||||
location.reload();
|
||||
}, 10000)
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user