Disable auto-mask section on description form

This commit is contained in:
Xavier J 2016-10-27 13:59:31 +02:00
parent 382e4b6857
commit 6295492d65

View file

@ -63,11 +63,4 @@ function toggle_header_section_composents() {
}
});
});
$.each($("a.mask_section_button"), function (index, e) {
if (index != 0) {
$(e).click();
$(e).html('Afficher la section <i class="fa fa-chevron-down" />')
}
});
}