Skip to main content
/*Double accordion name fix*/ $('.accordion_drawer_heading button:contains(Standard )').filter(function () { return $(this).children().length === 0; }).text(function (index, text) { return text.replace(/Standard /g, ''); });