From 449970fc6bee910dfcc937816c2f4909e3405b56 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 21 Mar 2021 19:03:30 +0000 Subject: [PATCH] f18.js: set position event on the home screen (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk@24045 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/www/pgm2/f18.js b/fhem/www/pgm2/f18.js index a785cf0aa..564e8a060 100644 --- a/fhem/www/pgm2/f18.js +++ b/fhem/www/pgm2/f18.js @@ -125,7 +125,7 @@ f18_tables() $("#content .devType").each(function(){ var el = this, grp = $(el).text(); - f18_addPin(el, "Room."+FW_urlParams.room+".grp."+grp, true, + f18_addPin(el, "Room."+f18_room+".grp."+grp, true, function(isFixed){ var ntr = $(el).closest("tr").next("tr"); isFixed ? $(ntr).show() : $(ntr).hide();