/[Apache-SVN]/lucene/nutch/trunk/docs/es/about.html
ViewVC logotype

Diff of /lucene/nutch/trunk/docs/es/about.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/docs/es/about.html	2006/03/28 11:40:47	389480
+++ lucene/nutch/trunk/docs/es/about.html	2006/03/28 11:52:55	389481
@@ -84,7 +84,10 @@ h4 {
 <link type="image/x-icon" href="../img/favicon.ico" rel="shortcut icon">
 <script type="text/javascript">
 <!--
-function queryfocus() { document.search.query.focus(); }
+function queryfocus() {
+  search = document.search;
+  if (search != null) { search.query.focus(); }
+}
 // --></script>
 </head>
 <body onLoad="queryfocus();">

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26