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 97d13a8 commit b33977bCopy full SHA for b33977b
util/gh-pages/script.js
@@ -512,7 +512,7 @@ function scrollToLint(lintId) {
512
513
// If the page we arrive on has link to a given lint, we scroll to it.
514
function scrollToLintByURL() {
515
- const lintId = window.location.hash.substring(2);
+ const lintId = window.location.hash.substring(1);
516
if (lintId.length > 0) {
517
scrollToLint(lintId);
518
}
0 commit comments