Skip to content

Commit e6b0a01

Browse files
committed
use correct variable name for hash retrieval
fixes #715
1 parent ebf3998 commit e6b0a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function resizeContent() {
5151
}
5252

5353
function domReadyMast() {
54-
var h = document.locHash;
54+
var h = document.hash;
5555
if (!window.location.hash) {
5656
if (h != null && h != "null") {
5757
window.location.hash=h

0 commit comments

Comments
 (0)