Matthew Meinen

Results 1 comments of Matthew Meinen

crokett95 has the a correct answer here, but he is missing a comma in his code, here is the fixed version: ``` $(window).on('shown.bs.collapse', function () { $(this).trigger('resize'); }); ```