Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a9534
)
MDL-23648 adding resizing to iframe, this should finally solve IE issues when embeddi...
author
Petr Skoda
<skodak@moodle.org>
Wed, 6 Oct 2010 16:52:54 +0000
(16:52 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 6 Oct 2010 16:52:54 +0000
(16:52 +0000)
lib/resourcelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/resourcelib.php
b/lib/resourcelib.php
index
2600089
..
b3f6c23
100644
(file)
--- a/
lib/resourcelib.php
+++ b/
lib/resourcelib.php
@@
-474,8
+474,9
@@
EOT;
</object>
</div>
EOT;
- $PAGE->requires->js_init_call('M.util.init_maximised_embed', array('resourceobject'), true);
}
+ $PAGE->requires->js_init_call('M.util.init_maximised_embed', array('resourceobject'), true);
+
return $code;
}