Sneakers voor fasciitis plantaris
WALKHERO Schoenen voor fasciitis plantaris hebben anatomische inlegzolen om gerichte ondersteuning van de voetboog te bieden die voorkomt dat de fascia plantaris uitrekt en de kans op verder letsel verkleint.
Lezenmeer minder
`;
};
window.lantern_popup = lantern_popup;
const displayPopup = (quizURL, alreadySet = false) => {
if (!quizURL || quizURL === "" || (ppfPopupShown & autoTriggerOnExitIntent) || (ppfPopupShown && autoTriggerOnScroll) || (ppfPopupShown & autoTriggerAfterXSeconds)) {
terugkeren;
}
ppfPopupShown = waar;
document.body.style.position = 'vast';
document.body.style.top = '-${
venster.scrollY
}px';
document.body.style.left = '0';
document.body.style.right = '0';
document.querySelector(".ppf-popup").style.display = "blok";
if (!alreadySet) {
document.querySelector(".ppf-popup").innerHTML += '
`;
}
};
const hidePopup = () => {
document.querySelector(".ppf-popup").style.display = "geen";
document.querySelector(".ppf-popup").innerHTML = '`;
const scrollY = document.body.style.top;
document.body.style.position = '';
document.body.style.top = '';
document.body.style.left = '';
document.body.style.right = '';
window.scrollTo(0, parseInt(scrollY || '0') * -1);
};
const onExitIntent = (e) => {
if (e.clientY {
if (window.scrollY >= autoTriggerScrollValue) {
document.removeEventListener("scrollen", onScroll);
updateLocalStorage();
const quizURL = "".replace("#open-quiz-", "");
displayPopup(quizURL, waar);
}
};
const onTimeout = () => {
updateLocalStorage();
const quizURL = "".replace("#open-quiz-", "");
displayPopup(quizURL, waar);
};
const popupFrequency = "eenmaal";
const autoTriggerOnExitIntent = onwaar;
const autoTriggerOnScroll = onwaar;
const autoTriggerScrollValue = 250;
const autoTriggerAfterXSeconds = onwaar;
const autoTriggerTimeValue = 10;
const popupShown = localStorage.getItem("ppf-popup-shown");
const popupShownCount = localStorage.getItem("ppf-popup-shown-count");
const popupShownTimestamp = localStorage.getItem("ppf-popup-shown-timestamp");
const popupShownDate = new Date(parseInt(popupShownTimestamp));
const moetShowPopup =
(popupFrequency === "eenmaal" && !popupShown) ||
(popupFrequency === "twice" && (!popupShown || popupShownCount `;
}
document.addEventListener("mouseleave", onExitIntent);
}
if (shouldShowPopup && autoTriggerOnScroll && autoTriggerScrollValue >= 0) {
const quizURL = "".replace("#open-quiz-", "");
als ( document?. querySelector(".ppf-popup")?. innerHTML) {
document.querySelector(".ppf-popup").innerHTML += '