From 9b791c929408db9e2934731048b5d51e91ecc41c Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:47:40 +0100 Subject: rename color dropdown --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') 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); } -- cgit