2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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 9eef0a0c1c
commit 5b36d0fa59

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 = [];