aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;