forked from openkylin/platform_build
am 836a695f: am f1bac52f: fix search for offline docs. again.
Merge commit '836a695f01799566969c12d5c83459bdb5d8b2c2' into eclair-plus-aosp * commit '836a695f01799566969c12d5c83459bdb5d8b2c2': fix search for offline docs. again.
This commit is contained in:
commit
555cca7d31
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue