1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

01_FHEMWEB.pm: no refresh on the detail page (Forum #39291)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9053 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-08-09 16:07:12 +00:00
parent c71ce0d785
commit f2ef64d28d

View File

@ -721,9 +721,10 @@ FW_answerCall($)
FW_pO '<link rel="shortcut-icon" href="'.$icon.'"/>';
}
# meta refresh in rooms only
my $rf = AttrVal($FW_wname, "refresh", "");
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
if(!$FW_detail) {
my $rf = AttrVal($FW_wname, "refresh", "");
FW_pO "<meta http-equiv=\"refresh\" content=\"$rf\">" if($rf);
}
########################
# CSS