scanning networks text added

This commit is contained in:
Justin 2023-07-24 18:02:00 +08:00 committed by GitHub
parent 96410135c8
commit eaac62eb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3325,6 +3325,7 @@ function scanNetworks() {
networksListReset.innerHTML = "";
var listItem2 = document.createElement("li");
listItem2.textContent = "Scanning networks...";
networksListReset.appendChild(listItem2);
fetch("/scanNetworks", {
method: "PUT",
})