mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-21 14:09:59 +01:00
NameList fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -128,7 +128,7 @@ function editNameList(id) {
|
|||||||
var newName = prompt("Name for " + res.nameList[id].m);
|
var newName = prompt("Name for " + res.nameList[id].m);
|
||||||
|
|
||||||
if (newName != null) {
|
if (newName != null) {
|
||||||
getResponse("editNameList.json" + "?id=" + id + "&name=" + newName, function(responseText) {
|
getResponse("editNameList.json?id=" + id + "&name=" + newName, function(responseText) {
|
||||||
if(responseText == "true") getResults();
|
if(responseText == "true") getResults();
|
||||||
else showMessage("response error editNameList.json");
|
else showMessage("response error editNameList.json");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user