f18.js: set position event on the home screen (Forum #82351)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24045 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-03-21 19:03:30 +00:00
parent 385adbbf70
commit 30dba2543a

View File

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