diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2022-10-09 09:48:42 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2022-10-09 09:48:42 +0000 |
commit | 283f2a63a5fab1bd7a85490621032701548129fd (patch) | |
tree | b08149a64c7595e82f33b88b9a8df7be154ff0f1 /scripts/forms.php | |
parent | dfa828d9a2018a93ca6490df3cf80f588ae47754 (diff) | |
download | pmwiki.svn-283f2a63a5fab1bd7a85490621032701548129fd.tar.bz2 |
Replace autoficus JS with attributes.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4191 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/forms.php')
-rw-r--r-- | scripts/forms.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/forms.php b/scripts/forms.php index fd562716..02d39c57 100644 --- a/scripts/forms.php +++ b/scripts/forms.php @@ -328,9 +328,6 @@ SDVA($InputTags['auth_form'], array( 'method' => 'post', 'name' => 'authform')); SDV($AuthPromptFmt, array(&$PageStartFmt, 'page:$SiteGroup.AuthForm', - "<script language='javascript' type='text/javascript'><!-- - try { document.authform.authid.focus(); } - catch(e) { document.authform.authpw.focus(); } //--></script>", &$PageEndFmt)); ## PITS:01188, these should exist in "browse" mode |