Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

fix for checkbox settings #327

Closed lokonli closed 6 years ago

lokonli commented 6 years ago

Several settings in config.js with value '0' were interpreted as text, meaning not 0. This resulted in unexpected behavior. With this fix all settings with type 'checkbox' will be interpreted correctly, with or without enclosing quotes.

lokonli commented 6 years ago

Small mistake. I'll create a new pr