forked from ZwiiCMS-Team/ZwiiCMS
Interdire le clic sur le fond de boite
This commit is contained in:
parent
ba991a79b3
commit
638f2a99d8
@ -42,7 +42,7 @@ $( document).ready(function() {
|
|||||||
$(this).find(".zwiico-plus").toggle();
|
$(this).find(".zwiico-plus").toggle();
|
||||||
$(this).find(".zwiico-minus").toggle();
|
$(this).find(".zwiico-minus").toggle();
|
||||||
$(this).find(".blockContainer").slideToggle();
|
$(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
|
// Empêcher les déclenchements dans les blocs
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user