From 03f5564e43fc83b559fa37c8ed004983ff896628 Mon Sep 17 00:00:00 2001 From: bobopinna Date: Thu, 10 Aug 2006 08:27:12 +0000 Subject: [PATCH] Fixed a problem with popup window and IE --- mod/scorm/player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/player.php b/mod/scorm/player.php index b295a9e2e6..85fc733f2f 100755 --- a/mod/scorm/player.php +++ b/mod/scorm/player.php @@ -383,7 +383,7 @@ url = "loadSCO.php?id=id.$scoidpop ?>"; width = width) ?>; height = height) ?>; - var main = openpopup(url, "name) ?>", "options) ?>", width, height); + var main = openpopup(url, "scormpopup", "options) ?>", width, height);