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.
window.hashchange is not a function
1 parent bea0372 commit 5a446c1Copy full SHA for 5a446c1
src/librustdoc/html/static/main.js
@@ -344,7 +344,7 @@ if (!DOMTokenList.prototype.remove) {
344
var set_fragment = function(name) {
345
if (browserSupportsHistoryApi()) {
346
history.replaceState(null, null, "#" + name);
347
- window.hashchange();
+ highlightSourceLines(null);
348
} else {
349
location.replace("#" + name);
350
}
0 commit comments