mirror of
				https://github.com/balkian/shinesp.git
				synced 2025-11-04 01:08:17 +00:00 
			
		
		
		
	Fix bug JS
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user