mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-22452 - fix styles so that player displays correctly when toc is hidden.
This commit is contained in:
parent
cc9f74b1cf
commit
f233784d03
@ -96,8 +96,8 @@ function scorm_resize () {
|
||||
var scoframe2 = document.getElementById('scoframe1');
|
||||
document.getElementById('scormobject').style.height = finalheight + 'px';
|
||||
}else{
|
||||
var scoframe2 = document.getElementById('scoframe1');
|
||||
document.getElementById('scormobject').style.height = finalheight + 'px';
|
||||
document.getElementById('scormpage').style.height = finalheight + 'px';
|
||||
}
|
||||
|
||||
// resize the content container too to move the footer below the SCORM content
|
||||
@ -115,4 +115,4 @@ function scorm_resize () {
|
||||
document.getElementById('region-main-box').style.height = (finalheight + 30) + 'px';
|
||||
}
|
||||
}
|
||||
-->
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user