aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-11-17 23:10:23 +0100
committerstonedDiscord <Tukz@gmx.de>2022-11-17 23:10:23 +0100
commit1ca093371aa446a79b76cd54e2ce822c2c39cdfd (patch)
treec22d08de0d39f24196ff0065872eb63a295465ad /webAO
parenta061b7503baed6b7bb5d0e84e0b43688c7c0e33a (diff)
copypasta :spaghetti:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/dom/updateIniswap.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/dom/updateIniswap.ts b/webAO/dom/updateIniswap.ts
index e040e64..251e1f1 100644
--- a/webAO/dom/updateIniswap.ts
+++ b/webAO/dom/updateIniswap.ts
@@ -10,9 +10,9 @@ export function updateIniswap() {
);
if (ini_select.selectedIndex === 0) {
- ini_filename.style.display = "initial";
+ ini_name.style.display = "initial";
} else {
- ini_filename.style.display = "none";
+ ini_name.style.display = "none";
}
}
window.updateIniswap = updateIniswap;