svn commit: samba-web r949 - in trunk/news/js: .

deryck at samba.org deryck at samba.org
Mon Apr 3 15:09:23 GMT 2006


Author: deryck
Date: 2006-04-03 15:09:23 +0000 (Mon, 03 Apr 2006)
New Revision: 949

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=949

Log:

Allow more time for results notice on news search.
This helps slower laptops get the results count correct.

deryck

Modified:
   trunk/news/js/searchEngine.js


Changeset:
Modified: trunk/news/js/searchEngine.js
===================================================================
--- trunk/news/js/searchEngine.js	2006-04-03 13:47:18 UTC (rev 948)
+++ trunk/news/js/searchEngine.js	2006-04-03 15:09:23 UTC (rev 949)
@@ -105,7 +105,7 @@
 		}
 	}
 
-	setTimeout('checkResults("' + q + '")', 3800);
+	setTimeout('checkResults("' + q + '")', 4500);
 }
 
 function setQueryList(query)



More information about the samba-cvs mailing list