diff options
author | M. Voerman <rekordc@gmail.com> | 2014-11-13 13:46:33 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-11-13 13:46:33 +0100 |
commit | b1804c55d88de0ac28c5c04b3eab1383926f4d2e (patch) | |
tree | ded3845a529ae666722b167acf278593a1adbb5a /settings.js | |
parent | bd61cc8d7fd04ecd380445281cc9aa006668bd48 (diff) | |
download | vdr-vipclient-b1804c55d88de0ac28c5c04b3eab1383926f4d2e.tar.gz vdr-vipclient-b1804c55d88de0ac28c5c04b3eab1383926f4d2e.tar.bz2 |
Moved more to blue.css
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"; |