From fcabba1789d3274a9f78fb091957b84583733032 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 26 May 2020 10:49:51 +0200 Subject: Partial support for IE11 --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3