Условия соглашения

Условия соглашения

// Debug info for why Romanian page may not receive same styling try { var ht = "\u0423\u0441\u043B\u043E\u0432\u0438\u044F\u0020\u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F"; var isAbout = false; var isDelivery = false; var container = document.getElementById('information-information'); var desc = document.querySelector('.information-description'); var counts = { h1: 0, h2: 0, h3: 0 }; if (desc) { counts.h1 = desc.querySelectorAll('h1').length; counts.h2 = desc.querySelectorAll('h2').length; counts.h3 = desc.querySelectorAll('h3').length; } console.log('Aquadom debug: information page', { heading_title: ht, is_about_page_flag: isAbout, is_delivery_page_flag: isDelivery, container_class: container ? container.className : null, counts: counts, description_sample: desc ? desc.innerHTML.slice(0,300) : null }); } catch (e) { console.warn('Aquadom debug error', e); }