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

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

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