From 6feb9abc640ac57f27c212ffc507748a001b781f Mon Sep 17 00:00:00 2001 From: Om Gupta Date: Tue, 22 Oct 2024 17:31:35 +0530 Subject: [PATCH] loading Custom CSS await remove --- scripts/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();