Making FW_fhemwebjs global for FLOORPLAN

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3429 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-07-15 20:00:07 +00:00
parent 017cc03b41
commit ca124bdd77

View File

@@ -72,11 +72,11 @@ use vars qw(%FW_hiddenroom); # hash of hidden rooms, used by weblink
use vars qw($FW_plotmode);# Global plot mode (WEB attribute), used by weblink
use vars qw($FW_plotsize);# Global plot size (WEB attribute), used by weblink
use vars qw(%FW_webArgs); # all arguments specified in the GET
use vars qw(@FW_fhemwebjs);# List of fhemweb*js scripts to load
my $FW_zlib_checked;
my $FW_use_zlib = 1;
my $FW_activateInform = 0;
my @FW_fhemwebjs;
#########################
# As we are _not_ multithreaded, it is safe to use global variables.