Skip to content

Login

MENU
GUARDIAN COMMUNITY
Right Menu IconLeft Menu Icon
document.addEventListener('DOMContentLoaded',function(){document.querySelectorAll('.em-bookings-ticket-table-type').forEach(function(cell){if(cell.textContent.trim().includes('Guardian Invitational')){const priceCell=cell.closest('tr').querySelector('.em-bookings-ticket-table-price');if(priceCell&&!priceCell.querySelector('.deposit-label')){const span=document.createElement('span');span.className='deposit-label';span.textContent='Refundable Deposit';priceCell.appendChild(span)}}})});