fhemweb.js: fix JS error if "attr ?" contains wildcard attr (Forum #75457)

git-svn-id: https://svn.fhem.de/fhem/trunk@14905 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-08-15 19:45:38 +00:00
parent 3c2bfc24e0
commit bea2b613ea

View File

@@ -1009,7 +1009,7 @@ FW_detailSelect(selEl)
(arg.length == selVal.length || arg[selVal.length] == ':'))
break;
}
if(!arg)
if(i1==listArr.length)
return;
var vArr = [];