Skip to main content
$('.accordion_drawer_heading button:contains(Learner Support )').filter(function() { return $(this).children().length === 0; }).text(function(index, text) { return text.replace(/Learner Support /g, ''); }); $('.accordion_drawer_heading button:contains(Academic Support )').filter(function() { return $(this).children().length === 0; }).text(function(index, text) { return text.replace(/Academic Support /g, ''); });