$( function() { //deleteCookie('wendering_lead') if ( !getCookie('wendering_lead') || ""=="1" ) { let timeOut = 30; if ( ""=="1" ) timeOut = 1; console.log("wait "+timeOut+"sec"); setTimeout( function() { if ( document.location.href.indexOf("remkoplekty-gidrotsilindrov")>0 ) { openForm({title:"Подготовка ремкомплекта для Вас",iblockId:"aTo0Mzs,"}); }else { openForm({title:"Не нашли, что искали?
Мы можем помочь.",iblockId:"aTo0Mjs,"}); }//end_ if BX.UserConsent.loadFromForms(); setCookie('wendering_lead', '1', {secure: true, 'max-age': 86400}); },(timeOut*1000) ); }else { console.log("wait is cancel"); } //openForm({title:"1234"}); } );