Browse Source

Actualizar 'app.js'

file-group-page
bat 3 years ago
parent
commit
dce0a683f8
  1. 4
      app.js

4
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
}
}
}

Loading…
Cancel
Save