From 7fa9d089007ab6e93c40afbb509c6e3342fdf602 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/fhem@24368 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/fhemweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pgm2/fhemweb.js b/www/pgm2/fhemweb.js index 0697f110b..ff9442969 100644 --- a/www/pgm2/fhemweb.js +++ b/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 = "";