mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Changed order of some calls on request of UliM
git-svn-id: https://svn.fhem.de/fhem/trunk@1298 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b1c3eafb38
commit
b13aca08c8
@ -387,6 +387,9 @@ FW_AnswerCall($)
|
||||
|
||||
}
|
||||
|
||||
$FW_plotmode = AttrVal($FW_wname, "plotmode", "SVG");
|
||||
$FW_plotsize = AttrVal($FW_wname, "plotsize", $FW_ss ? "480,160" :
|
||||
$FW_tp ? "640,160" : "800,160");
|
||||
##############################
|
||||
# Axels FHEMWEB modules...
|
||||
$arg = $1;
|
||||
@ -410,9 +413,6 @@ FW_AnswerCall($)
|
||||
$cmd !~ /^style / &&
|
||||
$cmd !~ /^edit/);
|
||||
|
||||
$FW_plotmode = AttrVal($FW_wname, "plotmode", "SVG");
|
||||
$FW_plotsize = AttrVal($FW_wname, "plotsize", $FW_ss ? "480,160" :
|
||||
$FW_tp ? "640,160" : "800,160");
|
||||
$FW_reldoc = "$FW_ME/commandref.html";
|
||||
$FW_cmdret = $docmd ? FW_fC($cmd) : "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user