mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhemweb.js: remove copy&paste artifact.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24368 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
051aa6b177
commit
7fa9d08900
@ -342,7 +342,7 @@ FW_displayHelp(devName, sel, selType, val, level)
|
|||||||
|
|
||||||
var mtype = $("#content > #workbench a[id]").attr("id"), aTag;
|
var mtype = $("#content > #workbench a[id]").attr("id"), aTag;
|
||||||
if(!mtype)
|
if(!mtype)
|
||||||
mtype = $("#content > #workbench a[name]").attr("name"), aTag;
|
mtype = $("#content > #workbench a[name]").attr("name");
|
||||||
if(level == 3) // commandref
|
if(level == 3) // commandref
|
||||||
mtype = "";
|
mtype = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user