make color 'reload' compatible

git-svn-id: https://svn.fhem.de/fhem/trunk@3909 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-09-15 17:48:11 +00:00
parent f3e236b1d4
commit 19e72321f2

View File

@@ -6,6 +6,12 @@ package main;
use strict;
use warnings;
sub
Color_Initialize()
{
FHEM_colorpickerInit();
}
sub
FHEM_colorpickerInit()
{