diff options
| author | sD <stoned@derpymail.org> | 2019-12-23 18:46:17 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-23 18:46:17 +0100 |
| commit | d6d07a509e8ecbb54e37acea9399a8090c7c45c2 (patch) | |
| tree | d1c42c99a19b90d1f4cef16bcd292eec2183ae95 | |
| parent | 23eae97b475c246a40f92207eddd002cc468f5de (diff) | |
oof
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index e1a2fd3..fc42a17 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -904,7 +904,7 @@ class Client extends EventEmitter { for (let i = 1; i < args.length - 1; i++) { this.areas[i].status = args[i]; const thisarea = document.getElementById("area" + i); - thisarea.classList = "area-button " + args[i]; + thisarea.classList = "area-button area-" + args[i]; } break; case "2": |
