From 7e9731ae7b5afc462fa41032c9ddf60e6c5e738e Mon Sep 17 00:00:00 2001 From: bat Date: Mon, 27 Feb 2023 19:34:56 +0000 Subject: [PATCH] Actualizar 'app.js' --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) } }