diff --git a/core/module/config/view/index/index.js.php b/core/module/config/view/index/index.js.php index 5b49d85a..d119f2c2 100755 --- a/core/module/config/view/index/index.js.php +++ b/core/module/config/view/index/index.js.php @@ -42,7 +42,7 @@ $( document).ready(function() { $(this).find(".zwiico-plus").toggle(); $(this).find(".zwiico-minus").toggle(); $(this).find(".blockContainer").slideToggle(); - }).on("click", "span > input, input, textarea, label, option, button, a", function(e) { + }).on("click", "span > input, input, textarea, label, option, button, a, .blockContainer", function(e) { // EmpĂȘcher les dĂ©clenchements dans les blocs e.stopPropagation(); });