From ca124bdd77e4816ef652b35350127c031bb82451 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 15 Jul 2013 20:00:07 +0000 Subject: [PATCH] Making FW_fhemwebjs global for FLOORPLAN git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3429 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 6dc0ef791..3cf4d0c5c 100755 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -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.