From 2b78887579ba24355936ae75f912c55343bf0d0b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 17 Nov 2022 23:17:07 +0100 Subject: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: :spaghetti: --- webAO/dom/updateIniswap.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/dom/updateIniswap.ts') 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 = ( - document.getElementById("evi_select") + document.getElementById("client_iniselect") ); const ini_name = ( - document.getElementById("evi_filename") + document.getElementById("client_ininame") ); if (ini_select.selectedIndex === 0) { -- cgit