Actualizar 'app.js'

file-group-page
bat 3 years ago
parent a633a97463
commit dce0a683f8

@ -42,12 +42,10 @@ class Setup {
if ( if (
!this.loaded && this.registration.active !this.loaded && this.registration.active
) { ) {
document.body.appendChild(
e('h1', {}, location.hash)
)
document.body.appendChild( document.body.appendChild(
e('m-project', {}, '') e('m-project', {}, '')
) )
this.loaded = true
} }
} }
} }

Loading…
Cancel
Save