Browse Source

Actualizar 'app.js'

file-group-page
bat 3 years ago
parent
commit
22e0e865f0
  1. 2
      app.js

2
app.js

@ -39,7 +39,7 @@ class Setup {
!this.loaded && this.registration.active !this.loaded && this.registration.active
) { ) {
document.body.appendChild( document.body.appendChild(
e('p', {}, 'loaded') e('h1', {}, location.href.pathname)
) )
} }
} }

Loading…
Cancel
Save