Changed order of some calls on request of UliM

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1298 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-27 16:20:13 +00:00
parent 29453c3eb0
commit 2ed9d73472

View File

@@ -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) : "";