Skip to content

Commit

Permalink
Merge pull request #28 from WWWPiramalFinanceCOM/stage
Browse files Browse the repository at this point in the history
loading Custom CSS await remove
  • Loading branch information
omprakashgupta1995 authored Oct 22, 2024
2 parents 601fa4d + 6feb9ab commit c152025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ function loadDelayed() {

async function loadPage() {
loadHeader(document.querySelector('header'));
await loadingCustomCss();
loadingCustomCss();
await loadEager(document);
await loadLazy(document);
loadDelayed();
Expand Down

0 comments on commit c152025

Please sign in to comment.