Skip to content

Commit 006a721

Browse files
committed
no delay
1 parent eeb51cc commit 006a721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/scripts.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ async function loadLazy(doc) {
151151
* without impacting the user experience.
152152
*/
153153
function loadDelayed() {
154-
// scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
155-
import('./delayed.js');
154+
scheduleTask(async () => import('./delayed.js'), { priority: 'background' });
156155
// load anything that can be postponed to the latest here
157156
}
158157

0 commit comments

Comments
 (0)