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

fhemweb.js: remove copy&paste artifact.

git-svn-id: https://svn.fhem.de/fhem/trunk@24368 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-05-01 17:54:52 +00:00
parent 9f4bbc8c82
commit 2daa5a0026

View File

@ -342,7 +342,7 @@ FW_displayHelp(devName, sel, selType, val, level)
var mtype = $("#content > #workbench a[id]").attr("id"), aTag;
if(!mtype)
mtype = $("#content > #workbench a[name]").attr("name"), aTag;
mtype = $("#content > #workbench a[name]").attr("name");
if(level == 3) // commandref
mtype = "";