From dce0a683f87ef9746414365236a37197bdeab184 Mon Sep 17 00:00:00 2001 From: bat Date: Thu, 2 Mar 2023 07:30:38 +0000 Subject: [PATCH] Actualizar 'app.js' --- app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 } } }