diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -171,7 +171,9 @@ } } } else { - hashTrigger = true; + if (e.type != 'load') { + hashTrigger = true; + } } } window.onload = onHash; |