Skip to content
Snippets Groups Projects
Commit 8f477c81 authored by Lucie Bader's avatar Lucie Bader
Browse files

Correction

parent 8aba4364
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => { ...@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => {
await browser.storage.local.set({ statsActive: newState }); await browser.storage.local.set({ statsActive: newState });
alert(`Statistiques ${newState ? "activées" : "désactivées"}.`); alert(`Statistiques ${newState ? "activées" : "désactivées"}.`);
}); });
\ No newline at end of file
...@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => { ...@@ -15,4 +15,4 @@ document.getElementById("connectBtn").addEventListener("click", () => {
await browser.storage.local.set({ statsActive: newState }); await browser.storage.local.set({ statsActive: newState });
alert(`Statistiques ${newState ? "activées" : "désactivées"}.`); alert(`Statistiques ${newState ? "activées" : "désactivées"}.`);
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment