Jelajahi Sumber

Update info.html

function loadWLANSSID() was present three times
michael 1 tahun lalu
induk
melakukan
dc90972659
1 mengubah file dengan 0 tambahan dan 26 penghapusan
  1. 0 26
      sd-card/html/info.html

+ 0 - 26
sd-card/html/info.html

@@ -353,32 +353,6 @@ Copyright &copy; 2020 - 2024 by <a href="https://github.com/jomjol/AI-on-the-edg
 		xhttp.send();
 	}
 
-	function loadWLANSSID() 
-	{
-		url = getDomainname() + '/info?type=SSID';     
-		var xhttp = new XMLHttpRequest();
-		xhttp.onreadystatechange = function() {
-			if (this.readyState == 4 && this.status == 200) {
- 				document.getElementById("WLAN-SSID").value = xhttp.response;
-			}
-		}
-		xhttp.open("GET", url, true);
-		xhttp.send();
-	}
-
-	function loadWLANSSID() 
-	{
-		url = getDomainname() + '/info?type=SSID';     
-		var xhttp = new XMLHttpRequest();
-		xhttp.onreadystatechange = function() {
-			if (this.readyState == 4 && this.status == 200) {
- 				document.getElementById("wlan-ssid").value = xhttp.response;
-			}
-		}
-		xhttp.open("GET", url, true);
-		xhttp.send();
-	}
-
 	function loadWLANSSID() 
 	{
 		url = getDomainname() + '/info?type=SSID';