diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-17 22:51:18 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-17 22:51:18 +0100 |
| commit | 2592bf4cb162cac88ecb52d036249ab52c16153c (patch) | |
| tree | ae5d015edf2a9281a66786a90c9eef8696facfee /webAO/dom/iniEdit.ts | |
| parent | 942c2040afeec721dc025278478b9cfb76466351 (diff) | |
rename to iniselect
Diffstat (limited to 'webAO/dom/iniEdit.ts')
| -rw-r--r-- | webAO/dom/iniEdit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/iniEdit.ts b/webAO/dom/iniEdit.ts index 0710de9..fb05ae2 100644 --- a/webAO/dom/iniEdit.ts +++ b/webAO/dom/iniEdit.ts @@ -6,7 +6,7 @@ import { packetHandler } from "../packets/packetHandler"; * Triggered by the ini button. */ export async function iniedit() { - const ininame = (<HTMLInputElement>document.getElementById("client_ininame")) + const ininame = (<HTMLInputElement>document.getElementById("client_iniselect")) .value; const inicharID = client.charID; await handleCharacterInfo(ininame.split("&"), inicharID); |
