|
@@ -1,6 +1,6 @@
|
1
|
1
|
/* eslint-disable no-unused-vars, no-var, max-len */
|
2
|
2
|
// console.trace("interfaceConfig")
|
3
|
|
-var interfaceConfig_old = {
|
|
3
|
+var interfaceConfig = {
|
4
|
4
|
// TO FIX: this needs to be handled from SASS variables. There are some
|
5
|
5
|
// methods allowing to use variables both in css and js.
|
6
|
6
|
DEFAULT_BACKGROUND: '#474747',
|