mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-28295 SCORM change mangement of pop-up windows, load full SCORM API in existing window - this fixes an issue with IE 7 and httpreq communication
This commit is contained in:
parent
3fdc622697
commit
6d954dd372
6 changed files with 48 additions and 34 deletions
|
@ -14,8 +14,7 @@
|
|||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
function scorm_openpopup(url,name,options,width,height) {
|
||||
fullurl = M.cfg.wwwroot + '/mod/scorm/' + url;
|
||||
windowobj = window.open(fullurl,name,options);
|
||||
windowobj = window.open(url,name,options);
|
||||
if (!windowobj) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue