Config : positionnement par défaut

This commit is contained in:
fredtempez 2021-12-06 09:28:02 +01:00
parent eeac65ba45
commit 56b6545e54
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $( document).ready(function() {
}
var configLayout = getCookie("configLayout");
if (configLayout == null) {
if (configLayout == "null") {
$("#localeContainer").hide();
$("#socialContainer").hide();
$("#connectContainer").hide();