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 3dc922d commit 695f185Copy full SHA for 695f185
src/librustdoc/html/static/js/main.js
@@ -1710,7 +1710,7 @@ function preLoadCss(cssUrl) {
1710
// @ts-expect-error
1711
document.getElementById("main-content").appendChild(help_section);
1712
} else {
1713
- onEachLazy(document.querySelectorAll(".help-menu"), menu => {
+ onEachLazy(document.getElementsByClassName("help-menu"), menu => {
1714
if (menu.offsetWidth !== 0) {
1715
menu.appendChild(container);
1716
container.onblur = helpBlurHandler;
0 commit comments