Put focus on password field in reauthenticate dialog.

This commit is contained in:
Andy Staudacher
2010-02-15 14:27:48 -08:00
parent 6c89bb8878
commit 5e25d2f7f1

View File

@@ -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>