Skip to content
Snippets Groups Projects
Commit 6983ea12 authored by Austin Anderson's avatar Austin Anderson
Browse files

Try with no options at all

parent 69dcc130
Branches
No related tags found
No related merge requests found
......@@ -107,9 +107,7 @@ $(function () {
// If the hash matches a Category on the page, then scroll to it
} else if ($("span[id='" + unescaped + "']").length) {
setTimeout(function () {
document.getElementById(unescaped).scrollIntoView({
block: "start",
});
document.getElementById(unescaped).scrollIntoView();
}, 100);
// If the hash is exactly 41 chars (hash sign # plus a 40-char sha hash),
// just show that modal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment