Skip to content

Commit 0f61e9c

Browse files
authored
Update evil_cbt
1 parent 4469f19 commit 0f61e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evil_cbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
// SCORM API Object Detection
13-
__API__ = window.API || window.API_1484_11 || window.SCORM_GetAPI() || null;
13+
__API__ = window.API || window.API_1484_11 || window.SCORM_GetAPI() || window.SCORM2004_GetAPI() || null;
1414

1515
if (!__API__) {
1616
console.error("SCORM API not found. Cannot execute script.");

0 commit comments

Comments
 (0)