diff --git a/scripts/scripts.js b/scripts/scripts.js index 077c8862e6..8e518f8b0d 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -726,7 +726,7 @@ function loadDelayed() { async function loadPage() { loadHeader(document.querySelector('header')); - await loadingCustomCss(); + loadingCustomCss(); await loadEager(document); await loadLazy(document); loadDelayed();