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();