mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
c2f8195fb0
commit
9f4bbc8c82
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user