mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
Refresh is only active in rooms (by Oliver)
git-svn-id: https://svn.fhem.de/fhem/trunk@1880 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
616a2b9b69
commit
cd89d3d7e1
@ -573,8 +573,11 @@ FW_AnswerCall($)
|
||||
}
|
||||
}
|
||||
|
||||
my $rf = AttrVal($FW_wname, "refresh", "");
|
||||
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
|
||||
# meta refresh in rooms only
|
||||
if ($FW_room) {
|
||||
my $rf = AttrVal($FW_wname, "refresh", "");
|
||||
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
|
||||
}
|
||||
|
||||
$prf = "smallscreen" if(!$prf && $FW_ss);
|
||||
$prf = "touchpad" if(!$prf && $FW_tp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user