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:
@@ -128,7 +128,7 @@ function editNameList(id) {
|
||||
var newName = prompt("Name for " + res.nameList[id].m);
|
||||
|
||||
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();
|
||||
else showMessage("response error editNameList.json");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user