• FAQ

    function checkExist() { var interval = setInterval(function() { if ($('.s-contact-info-icon > .entypo-mobile').length) { clearInterval(interval); $('.s-contact-info-icon > .entypo-mobile'). replaceWith(''); } }, 200); } _strk.push('Page.didMount', function(){ checkExist(); })