diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-17 23:17:07 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-17 23:17:07 +0100 |
| commit | 2b78887579ba24355936ae75f912c55343bf0d0b (patch) | |
| tree | a7dd715ad399fc30abb9e6f875e360d9b53413e9 /webAO | |
| parent | 1ca093371aa446a79b76cd54e2ce822c2c39cdfd (diff) | |
:spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :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 251e1f1..5bea0f5 100644 --- a/webAO/dom/updateIniswap.ts +++ b/webAO/dom/updateIniswap.ts @@ -3,10 +3,10 @@ */ export function updateIniswap() { const ini_select = <HTMLSelectElement>( - document.getElementById("evi_select") + document.getElementById("client_iniselect") ); const ini_name = <HTMLInputElement>( - document.getElementById("evi_filename") + document.getElementById("client_ininame") ); if (ini_select.selectedIndex === 0) { |
