From: bobopinna Date: Thu, 10 Aug 2006 08:27:12 +0000 (+0000) Subject: Fixed a problem with popup window and IE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=03f5564e43fc83b559fa37c8ed004983ff896628;p=moodle.git Fixed a problem with popup window and IE --- 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);