[svn r10286] fix a refresh bug with ie in learnpath

skala
Eric Marguin 19 years ago
parent edbec2e640
commit b19902e9a6
  1. 5
      main/newscorm/scorm_api.php

@ -825,10 +825,11 @@ function switch_item(current_item, next_item){
}
//(4) refresh the audiorecorder if needed
if(document.getElementById('audiorecorder_id')){
document.getElementById('audiorecorder_id').location.reload();
if(frames['audiorecorder_name']){
frames['audiorecorder_name'].location.reload();
}
return true;
}
//addEvent(window,'load',addListeners,false);

Loading…
Cancel
Save