mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-21 14:09:59 +01:00
Fixed little SSID list bugs
This commit is contained in:
@@ -82,7 +82,8 @@ function addSSID() {
|
||||
|
||||
function cloneSSID(_ssidName) {
|
||||
ssid.value = _ssidName;
|
||||
num.value = 48 - data.length;
|
||||
if(data.length > 0) num.value = 48 - data.length;
|
||||
else num.value = 48;
|
||||
}
|
||||
|
||||
function deleteSSID(num) {
|
||||
|
||||
Reference in New Issue
Block a user