Skip to content

Commit

Permalink
feat: add experiment details
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsaplin committed Jan 3, 2024
1 parent 7b6161c commit b3cb298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ function loadDelayed() {
}

async function loadPage() {
pushPageLoadToDataLayer();
await window.hlx.plugins.load('eager');
pushPageLoadToDataLayer();
await loadEager(document);
await window.hlx.plugins.load('lazy');
await loadLazy(document);
Expand Down

0 comments on commit b3cb298

Please sign in to comment.