diff options
Diffstat (limited to 'webAO/dom')
| -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) { |
