update documentation

This commit is contained in:
Leon van Kammen 2023-04-14 16:24:55 +02:00
parent ddd665bdfd
commit 23c5256a06
1 changed files with 1 additions and 1 deletions

View File

@ -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"
})