Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1bac52f authored by Scott Main's avatar Scott Main
Browse files

fix search for offline docs. again.

parent c2c5e505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}