We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3258a commit 3beb43bCopy full SHA for 3beb43b
docs/_static/searchtools.js
@@ -275,7 +275,7 @@ const Search = {
275
const query = new URLSearchParams(window.location.search).get("q");
276
const section = new URLSearchParams(window.location.search).get("section");
277
const select = document
278
- .querySelector('select[name="section"]')
+ .querySelector('select[name="section"]');
279
document
280
.querySelectorAll('input[name="q"]')
281
.forEach((el) => (el.value = query));
0 commit comments