update documentation

This commit is contained in:
Leon van Kammen 2023-04-14 16:12:34 +02:00
parent f6bcbd74ce
commit 865fed435b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
})
$('#value').addEventListener("change", update )
$('#value').addEventListener("keyup", update )
addEventListener("hashchange", (e) => log( XRF.URI.parse( document.location.href, true ) ) );