diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-17 23:10:23 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-17 23:10:23 +0100 |
| commit | 1ca093371aa446a79b76cd54e2ce822c2c39cdfd (patch) | |
| tree | c22d08de0d39f24196ff0065872eb63a295465ad /webAO | |
| parent | a061b7503baed6b7bb5d0e84e0b43688c7c0e33a (diff) | |
copypasta :spaghetti:
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/dom/updateIniswap.ts | 4 |
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; |
