$( function() { //deleteCookie('wendering_lead') if (document.location.href.indexOf("sistemy-monitoringa")>0) { if ( !getCookie('wendering_lead') || ""=="1" ) { let timeOut = 30; if ( ""=="1" ) timeOut = 1; console.log("wait "+timeOut+"sec"); setTimeout( function(){ openForm({title:"Воспользуйтесь БЕЗВОЗМЕЗДНО
(при условии обратной связи)
тестированием системы
«СканЭйр Темп 101»",iblockId:"aTozODs,"}); // BX.UserConsent.loadFromForms(); setCookie('wendering_lead', '1', {secure: true, 'max-age': 86400}); },(timeOut*1000) ); }else { console.log("wait is cancel"); } //openForm({title:"1234"}); } } );