2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

fhemweb.js: some more help for regexp attrNames (forum #120779)

git-svn-id: https://svn.fhem.de/fhem/trunk@24367 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-05-01 10:25:03 +00:00
parent c2f8195fb0
commit 9f4bbc8c82

View File

@ -374,7 +374,7 @@ FW_displayHelp(devName, sel, selType, val, level)
$("#content > #workbench").remove();
if(!$(aTag).length) {
var ma = val.match(/(.*?)[0-9]+$/);
var ma = val.match(/(.*?)[\\.*0-9]+$/);
while(++level <= 4) {
if(level == 2 && ma)
return FW_displayHelp(devName, sel, selType, ma[1], level);