calin-beard
1/18/2017 - 9:03 PM

To be added in the console. Open all folders in the dashboard, copy first chunk hit enter and copy the second one and hit enter. BOOM magic

To be added in the console. Open all folders in the dashboard, copy first chunk hit enter and copy the second one and hit enter. BOOM magic

$('.c-button.toggle-pages').each(function(){
    $(this).trigger('click');
});

$(".c-collection-item__content-additional.pages-in-group.ui-sortable").each(function(){
    $(this).css("display", "block");
});