lille: add explicit code to prepare foldable cells on mobile (#39002)

This commit is contained in:
Frédéric Péters 2020-01-16 11:11:30 +01:00
parent 80d5abda6e
commit d6aac72d68
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@ $(function() {
});
/* fold home categories */
$('.wcsformsofcategorycell').addClass('foldable folded');
$('.wcsformsofcategorycell').each(function() {
$(document).trigger('combo:cell-loaded', $(this));
});
}
});