diff --git a/app.js b/app.js index 913b37d..be78d68 100644 --- a/app.js +++ b/app.js @@ -39,7 +39,7 @@ class Setup { !this.loaded && this.registration.active ) { document.body.appendChild( - e('h1', {}, location.href.pathname) + e('h1', {}, location.hash) ) } }