2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

57_SSCal: contrib 1.7.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21149 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-02-08 11:49:48 +00:00
parent 908e600124
commit 1d4a9ca55b

View File

@ -3234,7 +3234,7 @@ sub SSCal_calAsHtml($;$) {
# Entscheidung ob Tabelle für Small Screen optimiert # Entscheidung ob Tabelle für Small Screen optimiert
my $small = 0; my $small = 0;
if ($FW_wname) { # Aufruf durch FHEMWEB if ($FW_wname && $hash->{HELPER}{tableSpecs}{smallScreen}) { # Aufruf durch FHEMWEB und smallScreen-Eigenschaft gesetzt
my %specs; my %specs;
my $FW_style = AttrVal($FW_wname, "stylesheetPrefix", "default"); my $FW_style = AttrVal($FW_wname, "stylesheetPrefix", "default");
my @scspecs = split(",", $hash->{HELPER}{tableSpecs}{smallScreen}); # Eigenschaft smallScreen in Array lesen my @scspecs = split(",", $hash->{HELPER}{tableSpecs}{smallScreen}); # Eigenschaft smallScreen in Array lesen