You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you visit a doc page on docs from nightly with a url that includes an anchor, e.g. '.../doc/std/iter/trait.Iterator.html#method.size_hint', then the page stops loading due to a js error. The "Loading content..." messages remain forever and no doc content appears.
The js error is:
main.js:222 Uncaught TypeError: h3.getElementsByClassName is not a function
at expandSection (main.js:222)
at main.js:2416
at main.js:2462
The text was updated successfully, but these errors were encountered:
If you visit a doc page on docs from nightly with a url that includes an anchor, e.g.
'.../doc/std/iter/trait.Iterator.html#method.size_hint'
, then the page stops loading due to a js error. The "Loading content..." messages remain forever and no doc content appears.The js error is:
The text was updated successfully, but these errors were encountered: