From 8f477c81c89d1f1eecb766104a1aea7deaf416b7 Mon Sep 17 00:00:00 2001
From: Lucie Bader <167515375+Lucie-Bdr@users.noreply.github.com>
Date: Tue, 14 Jan 2025 14:14:09 +0100
Subject: [PATCH] Correction

---
 menu_extension/options.js | 2 +-
 menu_extension/popup.js   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/menu_extension/options.js b/menu_extension/options.js
index 637fc78..e80617f 100644
--- a/menu_extension/options.js
+++ b/menu_extension/options.js
@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => {
     await browser.storage.local.set({ statsActive: newState });
     alert(`Statistiques ${newState ? "activées" : "désactivées"}.`);
   });
-  
\ No newline at end of file
+  
diff --git a/menu_extension/popup.js b/menu_extension/popup.js
index 637fc78..e80617f 100644
--- a/menu_extension/popup.js
+++ b/menu_extension/popup.js
@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => {
     await browser.storage.local.set({ statsActive: newState });
     alert(`Statistiques ${newState ? "activées" : "désactivées"}.`);
   });
-  
\ No newline at end of file
+  
-- 
GitLab