From 5e600bec56000ae8616493cb4064952caecf1541 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 12 Nov 2023 22:43:07 +0100 Subject: [PATCH] bout en bout --- app.js | 6 +++--- index.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app.js b/app.js index 7ad7a51..13abbe9 100644 --- a/app.js +++ b/app.js @@ -691,13 +691,13 @@ class Stats { messagesSpan.addNewChild("div", { className: "zoom-in-animation", style: "animation-delay: .4s", - innerHTML: `BOUT À BOUT
${b2bScore}` + innerHTML: `BOUT EN BOUT
${b2bScore}` }) } else { messagesSpan.addNewChild("div", { className: "zoom-in-animation", style: "animation-delay: .4s", - innerHTML: `BOUT À BOUT x${this.b2b}
${b2bScore}` + innerHTML: `BOUT EN BOUT x${this.b2b}
${b2bScore}` }) } this.score += b2bScore @@ -707,7 +707,7 @@ class Stats { messagesSpan.addNewChild("div", { className: "zoom-in-animation", style: "animation-delay: .4s", - innerHTML: `FIN DU BOUT À BOUT` + innerHTML: `FIN DU BOUT EN BOUT` }) } this.b2b = -1 diff --git a/index.html b/index.html index 42187ef..2e5bc82 100644 --- a/index.html +++ b/index.html @@ -184,11 +184,11 @@