This commit is contained in:
Mauri de Souza Meneguzzo 2023-07-26 11:19:17 -03:00
Родитель e8a7becc9b
Коммит 8415de173b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -372,7 +372,7 @@ window.initFuncs = [];
registerCookieNotice();
};
// DOM might be already loaded when try to setup the callback, hence the check.
// DOM might be already loaded when we try to setup the callback, hence the check.
if (document.readyState !== 'loading') {
onPageLoad();
} else {