From 0f06c21dbfb34d39a3b11d08f5a11f1cc5a70f78 Mon Sep 17 00:00:00 2001 From: edwin <47649bd5-eeee-4f47-89f4-9f3e4d57ba93@localhost> Date: Wed, 19 Jul 2023 01:50:34 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Js/switch-faction.?= =?UTF-8?q?js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Js/switch-faction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Js/switch-faction.js b/Js/switch-faction.js index fbe2585..08c29d1 100644 --- a/Js/switch-faction.js +++ b/Js/switch-faction.js @@ -1,6 +1,6 @@ function toggleMode() { var linkElement = document.getElementById('styles-theme'); - if (linkElement.getAttribute('href') === 'css/styles-jour.css') { + if (linkElement.getAttribute('href') === 'css/horde.css') { linkElement.setAttribute('href', 'css/alliance.css'); } else { linkElement.setAttribute('href', 'css/horde.css');