diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index cf6a7a92..14354f54 100755 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -61,7 +61,7 @@ $( document).ready(function() { * Sauvegarder la position des blocs * true = bloc déplié */ - document.cookie = $(this).attr('id') + "=" + $(this).find(".zwiico-minus").is(":visible") + ";expires=Fri, 31 Dec 9999 23:59:59 GMT;path=/;SameSite=Lax"; + document.cookie = $(this).attr('id') + "=" + $(this).find(".zwiico-minus-circled").is(":visible") + ";expires=Fri, 31 Dec 9999 23:59:59 GMT;path=/;SameSite=Lax"; }).on("click", "span > input, input, textarea, label, option, button, a:not(.inputFile), .blockContainer", function(e) { // Empêcher les déclenchements dans les blocs e.stopPropagation();