aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-07 20:38:03 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-07 20:38:03 +0100
commitfbf8d6fbc9fb28b55c7ce954cf91310fa985a9c1 (patch)
tree097e109d66432b82c5f26bd1f3aa9124011ad874 /webAO
parent419f66bbd5a08b2d7a1b563da621b5bca39d082e (diff)
wrong bench div lmao
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index bd8710a..183f1d0 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1877,7 +1877,7 @@ class Viewport {
}
if ('def,pro,wit'.includes(position)) {
- document.getElementById('client_'+position+'_classic').style.display = 'none';
+ document.getElementById('client_'+position+'_bench').style.display = 'none';
view.style.display = '';
document.getElementById('client_classicview').style.display = 'none';
switch (position) {