Skip to content

Commit f44456a

Browse files
committed
Remove SCORM 2004 (1.3) object declaration to avoid Rustici library detecting SCORM 2004 support where there is none - refs BT#12965
1 parent de01657 commit f44456a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/lp/scorm_api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function APIobject() {
7272
// SCORM
7373
var API = new APIobject(); //for scorm 1.2
7474
var api = API;
75-
var API_1484_11 = new APIobject(); //for scorm 1.3
76-
var api_1484_11 = API_1484_11;
75+
//var API_1484_11 = new APIobject(); //for scorm 1.3
76+
//var api_1484_11 = API_1484_11;
7777

7878
// SCORM-specific Error codes
7979
var G_NoError = 0;

0 commit comments

Comments
 (0)