diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-13 20:13:14 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-13 20:13:14 +0100 |
| commit | 79a2d2ea9f89550cbeaa738dfd7803e75be1a0cd (patch) | |
| tree | 921cfd173d6f03e1adde76f93603c01948224d6f /public | |
| parent | 5d4b5619574b12cb420bc58202cdd96ea4d7c000 (diff) | |
bring back iniedit dropdown
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/client.html b/public/client.html index ea06de6..81400fb 100644 --- a/public/client.html +++ b/public/client.html @@ -54,7 +54,7 @@ <center> <p>You need to authorize to continue</p> <div id="g_id_onload" - data-client_id="107239014890-eo1vg90jdn2l7fgudsp9mdk8c1nraq0g.apps.googleusercontent.com" + data-client_id="107239014890-eo1vg90jdn2l7fgudsp9mdk8c1nraq0g" data-context="use" data-ux_mode="popup" data-callback="handleCredentialResponse" @@ -522,7 +522,7 @@ <br> <p>Ini editing (experimental)</p> <label for="client_ininame">Iniedit Character:</label> - <input type="text" id="client_ininame" name="client_ininame"></select> + <select id="client_ininame" name="client_ininame"></select> <button id="client_inichange" onclick="iniedit()">Change</button> <br> <br> |
