summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index b47a9ef..c33213c 100644
--- a/index.php
+++ b/index.php
@@ -171,7 +171,9 @@
}
}
} else {
- hashTrigger = true;
+ if (e.type != 'load') {
+ hashTrigger = true;
+ }
}
}
window.onload = onHash;