mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
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
This commit is contained in:
parent
a90c2d4e9a
commit
449970fc6b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user