FW_EXT .js file patch from Dirk
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -972,7 +972,9 @@ FW_roomOverview($)
|
||||
push(@list1, $h->{NAME});
|
||||
push(@list2, $FW_ME ."/".$h->{LINK});
|
||||
}
|
||||
push(@list1, ""); push(@list2, "");
|
||||
if(@list1 > 1) {
|
||||
push(@list1, ""); push(@list2, "");
|
||||
}
|
||||
}
|
||||
$FW_room = "" if(!$FW_room);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user