Gesponsert
`;
// הצבת התוכן המתאים במיכל
if (isMobile) {
container.innerHTML = mobileContent;
} else {
container.innerHTML = desktopContent;
}
});
Gesponsert