2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

FW_EXT .js file patch from Dirk

git-svn-id: https://svn.fhem.de/fhem/trunk@2578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-01-27 15:11:09 +00:00
parent 566837c36a
commit c5c70802be

View File

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