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