From 50d3d3363ca048ba7a4abbd2175536b9dc7277f2 Mon Sep 17 00:00:00 2001 From: bat Date: Sat, 25 Feb 2023 20:14:19 +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 bee36e9..9d5a692 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ class Setup { this.statusEl = document.createElement("p") document.body.appendChild(this.statusEl) this.updateStatus() - this.addEventListener('controllerchange', () => { + addEventListener('controllerchange', () => { this.updateStatus() }) await this.register()