diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-17 06:46:48 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-17 06:46:48 -0800 |
| commit | 74472dc83ca897423c630dce0d1d7e3b13bb0b5f (patch) | |
| tree | 4cac66304fcc8346ad238d2cda123160b65f3eb3 /modules/gallery/views | |
| parent | eb1cdd037646b3697b64753652669fa9e25a5c8e (diff) | |
| parent | 4ca55a90ee2f8e1d8595b0ec53a601d6c65475f6 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/reauthenticate.html.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gallery/views/reauthenticate.html.php b/modules/gallery/views/reauthenticate.html.php index 8611d0f7..9a6696fb 100644 --- a/modules/gallery/views/reauthenticate.html.php +++ b/modules/gallery/views/reauthenticate.html.php @@ -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>
\ No newline at end of file |
