Merge commit 'eae4fc960cec88f50eea7ae65f85f5722b0ad26b' into eclair-mr2-plus-aosp * commit 'eae4fc960cec88f50eea7ae65f85f5722b0ad26b': fix search for offline docs. again.
This commit is contained in:
@@ -168,6 +168,6 @@ function search_focus_changed(obj, focused)
|
|||||||
|
|
||||||
function submit_search() {
|
function submit_search() {
|
||||||
var query = document.getElementById('search_autocomplete').value;
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user