aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-07 20:11:22 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-07 20:11:22 +0100
commitd2bdf2238606450256ce53ee35c5cd369bb4f5bd (patch)
treeeb70682f2191cd4aee1b3ec73dd5357f11f3ad3f /webAO
parent0b9a04abefbf088316e013df7fa327ad4eb0aecb (diff)
hide bench in fullview
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 a041b7a..67a7af0 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1889,7 +1889,7 @@ class Viewport {
}
if ('def,pro,wit'.includes(position)) {
- bench.style.display = 'none';
+ document.getElementById('client_'+position+'_classic').style.display = 'none';
view.style.display = '';
document.getElementById('client_classicview').style.display = 'none';
switch (position) {