Create color_everything.js
This commit is contained in:
parent
94381b122d
commit
632c8cd981
|
|
@ -0,0 +1,3 @@
|
|||
for (element in elements) {
|
||||
elements[element].customColor = true;
|
||||
}
|
||||
Loading…
Reference in New Issue