mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Put focus on password field in reauthenticate dialog.
This commit is contained in:
@@ -7,4 +7,9 @@
|
||||
<?= t("You are currently logged in as %user_name.", array("user_name" => $user_name)) ?>
|
||||
</p>
|
||||
<?= $form ?>
|
||||
<script type="text/javascript">
|
||||
$("#g-reauthenticate-form").ready(function() {
|
||||
$("#g-password").focus();
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
Reference in New Issue
Block a user