From 353e6f01172661bf23e4040ee93c3cf11547ce4b Mon Sep 17 00:00:00 2001 From: ollo Date: Tue, 3 Jan 2017 14:40:03 +0100 Subject: [PATCH] Added another parameter to set the background color of the clock --- webserver.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/webserver.lua b/webserver.lua index d30c10a..23d5593 100644 --- a/webserver.lua +++ b/webserver.lua @@ -118,7 +118,6 @@ function fillDynamicMap() replaceMap["$HEXCOLOR3"]=hexColor3 replaceMap["$HEXCOLOR4"]=hexColor4 replaceMap["$HEXCOLORBG"]=hexColorBg - colorBg return replaceMap end