Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 6134e2c

Browse files
committed
LABjs.next: fixing bug with ordered async loading
1 parent c6e0e3b commit 6134e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next/LAB.src.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
if (script_obj.charset) script.charset = script_obj.charset;
129129

130130
// no preloading, just normal script element
131-
if (!chain_group.preload) {
131+
if (!chain_group.preload && !script_ordered_async) {
132132
if (script_ordered_async) script.async = false;
133133
create_script_load_listener(script,registry_item,"finished",onload);
134134
script.src = src;

0 commit comments

Comments
 (0)