Disable auto-mask section on description form
This commit is contained in:
parent
382e4b6857
commit
6295492d65
1 changed files with 0 additions and 7 deletions
|
@ -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" />')
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue