Skip to content
Snippets Groups Projects
Commit bcf8bb83 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website_sale: bs4 - allow to fold/unfold checkout summary in small screen

parent 63e54c2c
Branches
Tags
No related merge requests found
......@@ -634,7 +634,7 @@ sAnimations.registry.WebsiteSale = sAnimations.Class.extend({
*/
_onToggleSummary: function () {
$('.toggle_summary_div').toggleClass('d-none');
$('.toggle_summary_div').removeClass('d-none d-xl-block');
$('.toggle_summary_div').removeClass('d-xl-block');
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment