Fix IExplorer support

pull/4260/head
Juan Cortizas Ponte 4 years ago committed by Angel Fernando Quiroz Campos
parent c1bad66ffc
commit 76f80ab0ee
  1. 6
      main/lp/scorm_api.php

@ -874,7 +874,11 @@ function SetValue(param, val) {
/** /**
* Saves the current data from JS memory to the LMS database * Saves the current data from JS memory to the LMS database
*/ */
function savedata(item_id, forceIframeSave = 0) { function savedata(item_id, forceIframeSave) {
if (!forceIframeSave) {
forceIframeSave = 0;
}
// Origin can be 'commit', 'finish' or 'terminate' (depending on the calling function) // Origin can be 'commit', 'finish' or 'terminate' (depending on the calling function)
logit_lms('function savedata(' + item_id + ')', 3); logit_lms('function savedata(' + item_id + ')', 3);

Loading…
Cancel
Save