diff options
Diffstat (limited to 'settings.js')
-rw-r--r-- | settings.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.js b/settings.js index 48ffd62..14ebf05 100644 --- a/settings.js +++ b/settings.js @@ -365,4 +365,7 @@ var localRecording = 0; var box_ip; // Used for testing plugins var test_ip; // Used for testing plugins +var color_switchtimer = "color_switchtimer"; +var color_default = "color_default"; +var color_error = "color_error"; |