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");