You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2006/09/07 10:52:11 UTC

svn commit: r441027 - /forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js

Author: cdupoirieux
Date: Thu Sep  7 01:52:11 2006
New Revision: 441027

URL: http://svn.apache.org/viewvc?view=rev&rev=441027
Log:
FOR-928 - correction of the search in the forrest site.

Modified:
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js?view=diff&rev=441027&r1=441026&r2=441027
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js Thu Sep  7 01:52:11 2006
@@ -69,7 +69,7 @@
 function searchSite(searchID)
 {
   var searchItem = document.getElementById(searchID);
-  navigate('http://www.google.com/search?sitesearch=forrest.apache.org&q=search&Search=' + searchItem.value);
+  navigate('http://www.google.com/search?sitesearch=forrest.apache.org&q=' + searchItem.value +'&Search=Search');
 }
 
 function contract(subUrl,searchID)