aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 6926489ec..719491d6b 100644
--- a/boot.php
+++ b/boot.php
@@ -846,9 +846,9 @@ function login($register = false) {
}
-// $o = '<script type="text/javascript"> $(document).ready(function() { $.("#login-name").focus();} );</script>';
+ $o = '<script type="text/javascript"> $(document).ready(function() { $("#login-name").focus();} );</script>';
- $o = replace_macros($tpl,array(
+ $o .= replace_macros($tpl,array(
'$logout' => t('Logout'),
'$register_html' => $register_html,
'$classname' => $classname,