am f1bac52f: fix search for offline docs. again.

Merge commit 'f1bac52fe28ba503c63c929d9d0711671273635f' into eclair

* commit 'f1bac52fe28ba503c63c929d9d0711671273635f':
  fix search for offline docs. again.
This commit is contained in:
Scott Main 2009-10-26 15:41:42 -07:00 committed by Android Git Automerger
commit 836a695f01
1 changed files with 1 additions and 1 deletions

View File

@ -168,6 +168,6 @@ function search_focus_changed(obj, focused)
function submit_search() {
var query = document.getElementById('search_autocomplete').value;
document.location = '/search.html#q=' + query + '&t=0';
document.location = toRoot + 'search.html#q=' + query + '&t=0';
return false;
}