summaryrefslogtreecommitdiffstats
path: root/template/default/index.tmpl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-03-31 09:46:29 +0200
committerbbaetz%student.usyd.edu.au <>2002-03-31 09:46:29 +0200
commitf317e22165e186f5cd49687fe834df2fc8db65f8 (patch)
tree4e07cf90cfb9c120a7c0a75a94052ede87db858b /template/default/index.tmpl
parenta6123ce8c608e64ba111e30481b28297f61849aa (diff)
downloadbugzilla-f317e22165e186f5cd49687fe834df2fc8db65f8.tar.gz
bugzilla-f317e22165e186f5cd49687fe834df2fc8db65f8.tar.xz
Bug 133862 - bugzilla index page doesn't focus text field
r=gerv x2
Diffstat (limited to 'template/default/index.tmpl')
-rw-r--r--template/default/index.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/default/index.tmpl b/template/default/index.tmpl
index 8c1af4ed6..7620a3d69 100644
--- a/template/default/index.tmpl
+++ b/template/default/index.tmpl
@@ -78,6 +78,10 @@ function addSidebar() {
<script type="text/javascript" language="JavaScript" src="localconfig.js"></script>
<script type="text/javascript" language="JavaScript" src="quicksearch.js"></script>
-
+<script>
+<!--
+document.forms['f'].id.focus();
+//-->
+</script>
[% INCLUDE global/footer %]