diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 19:12:32 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 19:12:32 +0200 |
| commit | 34908dcaef5940ae40c95865e4bf7f875d1d0a6f (patch) | |
| tree | 87b29f115da4ed1bd0d77c626305e7f455a25567 /webAO/client.js | |
| parent | 57a349de5df8b6f7c35759401fc9e2f95c8befb7 (diff) | |
make AA the default chatbox
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js index c97c136..120936d 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -672,7 +672,7 @@ class Client extends EventEmitter { showname: chargs[0], side: "def", gender: "male", - chat: "default" + chat: "aa" }; cini.options = Object.assign(default_options, cini.options); @@ -1654,7 +1654,7 @@ async changeBackground(position) { if (chatbox_arr.includes(chatmsg.chatbox)) { chatbox_theme.href = "styles/chatbox/" + chatmsg.chatbox + ".css"; } else { - chatbox_theme.href = "styles/chatbox/default.css"; + chatbox_theme.href = "styles/chatbox/aa.css"; } // Flip the character |
