fix: Cannot read property 'focus' of null
parent
e2494ff385
commit
23bf6fa38f
|
@ -177,7 +177,7 @@
|
||||||
<div style="padding:20px">
|
<div style="padding:20px">
|
||||||
<center>
|
<center>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<input name="password1" type="password" placeholder="<!--constStr@InputPassword-->">
|
<input id="password1" name="password1" type="password" placeholder="<!--constStr@InputPassword-->">
|
||||||
<input type="submit" value="<!--constStr@Submit-->">
|
<input type="submit" value="<!--constStr@Submit-->">
|
||||||
</form>
|
</form>
|
||||||
</center>
|
</center>
|
||||||
|
|
Loading…
Reference in New Issue