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

A longer wait

parent 421392a7
Branches
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ $(function () {
console.log("Trying to scroll!")
setTimeout(function () {
document.getElementById(unescaped).scrollIntoView();
}, 100);
}, 1000);
// If the hash is exactly 41 chars (hash sign # plus a 40-char sha hash),
// just show that modal.
} else if (window.location.hash.length == 41) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment