mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 21:29:21 +00:00
01_FHEMWEB: fix unintentional dropdown in room overview. (Forum #30174)
git-svn-id: https://svn.fhem.de/fhem/trunk@7176 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3cdda294fc
commit
fe9addd8ee
@ -1340,7 +1340,7 @@ FW_showRoom()
|
||||
foreach my $cmd (split(":", $cmdlist)) {
|
||||
my $htmlTxt;
|
||||
my @c = split(' ', $cmd); # @c==0 if $cmd==" ";
|
||||
if(int(@c) && $allSets && $allSets =~ m/$c[0]:([^ ]*)/) {
|
||||
if(int(@c) && $allSets && $allSets =~ m/\b$c[0]:([^ ]*)/) {
|
||||
my $values = $1;
|
||||
foreach my $fn (sort keys %{$data{webCmdFn}}) {
|
||||
no strict "refs";
|
||||
|
Loading…
x
Reference in New Issue
Block a user