mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
Update configuration.html
This commit is contained in:
parent
397e448899
commit
96af266c38
@ -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>
|
Loading…
Reference in New Issue
Block a user