Fix js error

pull/3890/head
Julio Montoya 5 years ago
parent a36b932c5b
commit 9aedf138d0
  1. 6
      public/main/lp/scorm_api.php

@ -2519,6 +2519,7 @@ function update_chronometer(text_hour, text_minute, text_second)
return true;
}
/**
* Get suspend_data from localStorage
* see suspend_data case in function LMSGetValue correction bn
@ -2547,7 +2548,9 @@ function get_local_suspend_data()
//console.log('recovery suspend_data' + mem_suspend_data);
}
}
} catch(err) {}
}
} catch(err) {
}
return final_suspend_data;
}
@ -2569,4 +2572,3 @@ function save_suspend_data_in_local()
}
}
}

Loading…
Cancel
Save