mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 04:55:57 +08:00
Convert qs to qsa
This commit is contained in:
parent
59c15f714d
commit
55db4dbea4
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ export const page = new Page({
|
|||
beforeShow: async (): Promise<void> => {
|
||||
Skeleton.append("pageLogin", "main");
|
||||
registerForm = {};
|
||||
qs<HTMLSelectElement>(".pageLogin input")?.setValue("");
|
||||
qsa(".pageLogin input")?.setValue("");
|
||||
qs(".pageLogin .register .indicator")?.hide();
|
||||
enableInputs();
|
||||
disableSignUpButton();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue