Fixed little SSID list bugs

This commit is contained in:
Stefan Kremser
2017-06-05 15:14:53 +02:00
parent 0710955a07
commit 75676167fa
3 changed files with 4 additions and 2 deletions

View File

@@ -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) {