diff --git a/app.js b/app.js index 9683901..a42c8b2 100644 --- a/app.js +++ b/app.js @@ -42,12 +42,10 @@ class Setup { if ( !this.loaded && this.registration.active ) { - document.body.appendChild( - e('h1', {}, location.hash) - ) document.body.appendChild( e('m-project', {}, '') ) + this.loaded = true } } }