am 0c44a2a9
: am ad4d4efa
: adds a parameter to the URL hash on all search queries. depends on change 3583, in order to handle the new parameter
Merge commit '0c44a2a9f3fb4a6be94bfaa4f00cbccca1dbb57c' into eclair-plus-aosp * commit '0c44a2a9f3fb4a6be94bfaa4f00cbccca1dbb57c': adds a parameter to the URL hash on all search queries.
This commit is contained in:
commit
93c80c4f07
1 changed files with 1 additions and 1 deletions
|
@ -168,6 +168,6 @@ function search_focus_changed(obj, focused)
|
|||
|
||||
function submit_search() {
|
||||
var query = document.getElementById('search_autocomplete').value;
|
||||
document.location = toRoot + 'search.html#q=' + query; // toRoot is initialized in android-developer-docs.js
|
||||
document.location = '/search.html#q=' + query + '&t=0';
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue