We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d504a6 commit 8659b7cCopy full SHA for 8659b7c
js/search.js
@@ -311,7 +311,7 @@
311
$(element).typeahead(typeaheadOptions).on("typeahead:selected", function (_, item) {
312
/* If the user has selected an autocomplete item and hits
313
* enter, we should take them straight to the page. */
314
- window.location = "/" + item.id;
+ window.location = "/manual/" + options.language + "/" + item.id;
315
}).on("keyup", (function () {
316
/* typeahead.js doesn't give us a reliable event for the
317
* dropdown entries having been updated, so we'll hook into the
0 commit comments