fix search for offline docs. again.

This commit is contained in:
Scott Main
2009-10-26 14:44:48 -07:00
parent c2c5e505ac
commit f1bac52fe2

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;
}