From 23c5256a06eeda73500179bf9f19979d516cadc4 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 14 Apr 2023 16:24:55 +0200 Subject: [PATCH] update documentation --- test/test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.html b/test/test.html index 05fee8a..6d7c595 100644 --- a/test/test.html +++ b/test/test.html @@ -34,7 +34,7 @@ addEventListener("hashchange", (e) => log( XRF.URI.parse( document.location.href, true ) ) ); - document.location.hash = "#t=1,100" + if( document.location.hash.length < 2 ) document.location.hash = "#t=1,100" })