From 7d9f7c343a4c726b52225929345227b0c47000c2 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 1 Nov 2021 14:38:15 +0100 Subject: [PATCH] Aide manquante --- core/module/config/view/index/index.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index 1f71aaba..9940dcb2 100644 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -183,7 +183,7 @@ $( document).ready(function() { $("#networkContainer").hide(); $("#setupContainer").show(); $("#configSetupButton").addClass("activeButton"); - $("#configLocalButton").removeClass("activeButton"); + $("#configLocaleButton").removeClass("activeButton"); $("#configSocialButton").removeClass("activeButton"); $("#configConnectButton").removeClass("activeButton"); $("#configNetworkButton").removeClass("activeButton");