focus password input
parent
4b3c3a9407
commit
0d408f208e
|
@ -156,7 +156,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>
|
||||||
|
@ -1239,6 +1239,9 @@
|
||||||
document.getElementById('login_input').focus();
|
document.getElementById('login_input').focus();
|
||||||
}
|
}
|
||||||
<!--LoginEnd-->
|
<!--LoginEnd-->
|
||||||
|
<!--EncryptedStart-->
|
||||||
|
document.getElementById('password1').focus();
|
||||||
|
<!--EncryptedEnd-->
|
||||||
</script>
|
</script>
|
||||||
<script src="//unpkg.zhimg.com/ionicons@4.4.4/dist/ionicons.js"></script>
|
<script src="//unpkg.zhimg.com/ionicons@4.4.4/dist/ionicons.js"></script>
|
||||||
<!--customScript-->
|
<!--customScript-->
|
||||||
|
|
Loading…
Reference in New Issue