mirror of
https://github.com/balkian/shinesp.git
synced 2024-12-21 21:18:12 +00:00
Fix bug JS
This commit is contained in:
parent
319df52452
commit
aa3ce00ef6
@ -47,7 +47,8 @@
|
||||
ready = true;
|
||||
};
|
||||
};
|
||||
xhttp.open("GET", "http://192.168.0.104/off", true);
|
||||
ip = document.getElementById("ip-address").value ;
|
||||
xhttp.open("GET", ip + "/off", true);
|
||||
xhttp.send();
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user