All on 6®

disabled = false; btn.textContent = 'Submit'; alert('Network error. Please check your connection and try again.'); }); }); }); })(); document.addEventListener('click', function(e) { if (!e || !e.target) return; var link = e.target.closest('a'); if (!link) return; var practice = link.dataset.practice || ''; if (link.classList.contains('track-phone')) { if (typeof gtag === 'function') { gtag('event', 'phone_click', { event_category: 'engagement', event_label: practice, value: link.href.replace('tel:', '') }); } } if (link.classList.contains("track-claim")) { if (typeof gtag === "function") { gtag("event", "claim_listing_click", { event_category: "conversion", event_label: practice }); } } if (link.classList.contains("track-outbound")) { if (typeof gtag === 'function') { gtag('event', 'website_click', { event_category: 'outbound', event_label: practice, value: link.href }); } } });