diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index a090f32..e944b3d 100644 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -68,8 +68,8 @@ $(document).ready(function () { var configLayout = getCookie("configLayout"); if (configLayout == null) { - configLayout = "setup"; - setCookie("configLayout", "setup"); + configLayout = "locale"; + setCookie("configLayout", "locale"); } $("#localeContainer").hide(); $("#socialContainer").hide();