+
get_html_toc(); ?>
@@ -396,6 +397,9 @@ window.onload = function() {
rightZoneHeightOccupied = docHeight - initialRightZoneHeight;
document.body.style.overflow = 'hidden';
updateContentHeight();
+ viewportheight = window.innerHeight;
+ document.getElementById('toc_id').style.height = viewportheight - 200 + "px";
+
}
window.onresize = updateContentHeight;
@@ -510,8 +514,9 @@ window.onresize = updateContentHeight;
-
-
+
+
+
get_html_toc(); ?>
scorm_debug)) { //only show log ?>
@@ -586,6 +591,9 @@ window.onload = function() {
rightZoneHeightOccupied = docHeight - initialRightZoneHeight;
document.body.style.overflow = 'hidden';
updateContentHeight();
+ viewportheight = window.innerHeight;
+ document.getElementById('toc_id').style.height = viewportheight - 200 + "px";
+
//loads the glossary library