diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index 04d9feb6..789f052e 100644 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -39,7 +39,7 @@ $( document).ready(function() { } var configLayout = getCookie("configLayout"); - if (configLayout == null) { + if (configLayout == "null") { $("#localeContainer").hide(); $("#socialContainer").hide(); $("#connectContainer").hide();