MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE - further tweaking of this.
This commit is contained in:
@@ -296,9 +296,9 @@
|
||||
<!--[if IE]>
|
||||
<iframe id="scoframe1" class="scoframe" name="scoframe1" src="<?php echo $fullurl; ?>"></iframe>
|
||||
<![endif]-->
|
||||
<!--[if !IE]>
|
||||
<![if !IE]>
|
||||
<object id="scoframe1" class="scoframe" type="text/html" data="<?php echo $fullurl; ?>"></object>
|
||||
<![endif]-->
|
||||
<![endif]>
|
||||
<?php
|
||||
$PAGE->requires->js_function_call('scorm_resize');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user