Mixed Content: The page at 'https://omar.by/' was loaded over HTTPS, but requested an insecure resource 'http://json.tez-tour.com/static/ats/search_ru.html'. This request has been blocked; the content must be served over HTTPS.сайт работает по протоколу https
сайт, откуда берется модуль работает по http
может ли быть ошибка подгрузки формы из за этого?
не сохранял ничего с прошлой страницы
function createSmallField() {
const card = document.createElement('div')
card.className = 'field-card'
for(let i = 0; i < SMALL_FIELD; i++) {
const insideExistDiv = document.getElementsByClassName('field')[0];
insideExistDiv.appendChild(card)
}
}