Via San Biagio, 25, Cefalù, Palermo, Italy
6
4
1
0 m²
`;
priceWrapper.innerHTML = wantedHtml;
priceWrapper.classList.add('eb-card-price-traveler');
priceWrapper.style.display = 'flex';
priceWrapper.style.alignItems = 'center';
});
}
applyCardPrices();
setTimeout(applyCardPrices, 300);
setTimeout(applyCardPrices, 900);
setTimeout(applyCardPrices, 1800);
//const observer = new MutationObserver(function() {
// applyCardPrices();
//});
//observer.observe(document.body, { childList: true, subtree: true });
});