From 2daa5a00264bcec464355a35ff637054cb3f12a5 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 1 May 2021 17:54:52 +0000 Subject: [PATCH] fhemweb.js: remove copy&paste artifact. git-svn-id: https://svn.fhem.de/fhem/trunk@24368 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/fhemweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js index 0697f110b..ff9442969 100644 --- a/fhem/www/pgm2/fhemweb.js +++ b/fhem/www/pgm2/fhemweb.js @@ -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 = "";