aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/updateActionCommands.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-09-20 13:10:36 +0200
committerstonedDiscord <Tukz@gmx.de>2023-09-20 13:10:36 +0200
commitdda92bd41f4bee11e2cc5de265ce4fbf5221f1ff (patch)
treebcb0f8121955ff815758b30ec4e24a1e6bde4fba /webAO/dom/updateActionCommands.ts
parent59028dd4046ad0715d80be8d1ed0031f20f05b7a (diff)
autoformat with eslint
Diffstat (limited to 'webAO/dom/updateActionCommands.ts')
-rw-r--r--webAO/dom/updateActionCommands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/updateActionCommands.ts b/webAO/dom/updateActionCommands.ts
index 9d0bd82..ca8ca60 100644
--- a/webAO/dom/updateActionCommands.ts
+++ b/webAO/dom/updateActionCommands.ts
@@ -14,7 +14,7 @@ export function updateActionCommands(side: string) {
// Update role selector
for (
let i = 0,
- role_select = <HTMLSelectElement>document.getElementById("role_select");
+ role_select = <HTMLSelectElement>document.getElementById("role_select");
i < role_select.options.length;
i++
) {