Refresh is only active in rooms (by Oliver)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1880 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -573,9 +573,12 @@ FW_AnswerCall($)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
my $rf = AttrVal($FW_wname, "refresh", "");
|
# meta refresh in rooms only
|
||||||
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
|
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 = "smallscreen" if(!$prf && $FW_ss);
|
||||||
$prf = "touchpad" if(!$prf && $FW_tp);
|
$prf = "touchpad" if(!$prf && $FW_tp);
|
||||||
FW_pO "<link href=\"$FW_ME/css/".$prf."style.css\" rel=\"stylesheet\"/>";
|
FW_pO "<link href=\"$FW_ME/css/".$prf."style.css\" rel=\"stylesheet\"/>";
|
||||||
|
|||||||
Reference in New Issue
Block a user