mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixed a problem with popup window and IE
This commit is contained in:
parent
171948fd4a
commit
03f5564e43
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@
|
|||
url = "loadSCO.php?id=<?php echo $cm->id.$scoidpop ?>";
|
||||
width = <?php p($scorm->width) ?>;
|
||||
height = <?php p($scorm->height) ?>;
|
||||
var main = openpopup(url, "<?php p($scorm->name) ?>", "<?php p($scorm->options) ?>", width, height);
|
||||
var main = openpopup(url, "scormpopup", "<?php p($scorm->options) ?>", width, height);
|
||||
</script>
|
||||
<noscript>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue