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 ebf3998 commit e6b0a01Copy full SHA for e6b0a01
web/utils.js
@@ -51,7 +51,7 @@ function resizeContent() {
51
}
52
53
function domReadyMast() {
54
- var h = document.locHash;
+ var h = document.hash;
55
if (!window.location.hash) {
56
if (h != null && h != "null") {
57
window.location.hash=h
0 commit comments