Activity time gym | نادي وقت النشاط الرياضي

WhatsApp: 962795333314
Ratings: 4.1
Address:
Amman
Contact Information
Phone: 962795333314

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

Welcome to Ordonna Guide

Install
×
Enable Notifications OK No thanks
function fixW2DCButtons() { document.querySelectorAll(".w2dc-show-on-map").forEach(function(btn) { let listing = btn.closest(".w2dc-listing-location"); if (!listing) return; let link = listing.querySelector("h2 a"); if (!link || !link.href) return; // Create real link let newLink = document.createElement("a"); newLink.href = link.href; newLink.className = btn.className; newLink.textContent = "View"; // Replace button completely btn.replaceWith(newLink); }); } // run on load document.addEventListener("DOMContentLoaded", fixW2DCButtons); // run again for AJAX loaded maps const observer = new MutationObserver(fixW2DCButtons); observer.observe(document.body, { childList: true, subtree: true });