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:
parent
908e600124
commit
1d4a9ca55b
@ -3234,7 +3234,7 @@ sub SSCal_calAsHtml($;$) {
|
||||
|
||||
# Entscheidung ob Tabelle für Small Screen optimiert
|
||||
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 $FW_style = AttrVal($FW_wname, "stylesheetPrefix", "default");
|
||||
my @scspecs = split(",", $hash->{HELPER}{tableSpecs}{smallScreen}); # Eigenschaft smallScreen in Array lesen
|
||||
|
Loading…
x
Reference in New Issue
Block a user