aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-06 18:47:40 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2021-01-06 18:47:40 +0100
commit9b791c929408db9e2934731048b5d51e91ecc41c (patch)
tree47f9dc7ce95b944cb3af2705d96eadc311a46b4d
parentedbb0b0819c856c62fc04a0ef76e83f6ba020264 (diff)
rename color dropdown
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index b93d6bb..5c17fc6 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1318,7 +1318,7 @@ class Client extends EventEmitter {
let colorselect = document.getElementById("textcolor");
colorselect.options[colorselect.options.length] = new Option("Yellow", 5);
- colorselect.options[colorselect.options.length] = new Option("Rainbow", 6);
+ colorselect.options[colorselect.options.length] = new Option("Grey", 6);
colorselect.options[colorselect.options.length] = new Option("Pink", 7);
colorselect.options[colorselect.options.length] = new Option("Cyan", 8);
}