Allow more time for results notice on news search.
authorDeryck Hodge <deryck@samba.org>
Mon, 3 Apr 2006 15:09:23 +0000 (15:09 +0000)
committerDeryck Hodge <deryck@samba.org>
Mon, 3 Apr 2006 15:09:23 +0000 (15:09 +0000)
This helps slower laptops get the results count correct.

deryck

git-svn-id: file:///home/svn/samba-web/trunk@949 44aeb9d7-1cd8-0310-b257-a505e0beeac2

news/js/searchEngine.js

index dffbeb66f5ba514ef8cc52f886852d491cd8adf6..fb8e87e583ed20d8844f6368e7a6ac710e2d4a1d 100644 (file)
@@ -105,7 +105,7 @@ function siteSearch()
                }
        }
 
-       setTimeout('checkResults("' + q + '")', 3800);
+       setTimeout('checkResults("' + q + '")', 4500);
 }
 
 function setQueryList(query)