mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
01_FHEMWEB.pm: fix generated floorplan links (Forum #47864)
git-svn-id: https://svn.fhem.de/fhem/trunk@11341 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2b38ee9d02
commit
32fc0574ac
@ -2543,7 +2543,7 @@ FW_Notify($$)
|
||||
my @old = ($FW_wname, $FW_ME, $FW_ss, $FW_tp, $FW_subdir);
|
||||
$FW_wname = $ntfy->{SNAME};
|
||||
$FW_ME = "/" . AttrVal($FW_wname, "webname", "fhem");
|
||||
$FW_subdir = "";
|
||||
$FW_subdir = ($h->{iconPath} ? "/floorplan/$h->{iconPath}" : ""); # 47864
|
||||
$FW_sp = AttrVal($FW_wname, "stylesheetPrefix", 0);
|
||||
$FW_ss = ($FW_sp =~ m/smallscreen/);
|
||||
$FW_tp = ($FW_sp =~ m/smallscreen|touchpad/);
|
||||
|
Loading…
Reference in New Issue
Block a user