mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Fixes for auto night mode (references #71)
This commit is contained in:
@@ -47,7 +47,7 @@ BoolVal = function(test)
|
||||
var anything = test.toString().toLowerCase();
|
||||
if (anything === true || anything === "true" || anything === "1" || anything === "on")
|
||||
{
|
||||
return true
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user