[svn r19954] Minor - fixed warning js in lp_view.php - partial FS#3909

skala
Cristian Fasanando 17 years ago
parent caff18795a
commit 77e8f4cd3e
  1. 3
      main/newscorm/lp_view.php

@ -310,7 +310,10 @@ if($_SESSION['oLP']->mode == 'fullscreen')
}
document.getElementById('learningPathToc').style.height = newLeftZoneHeight + 'px';
document.getElementById('learningPathRightZone').style.height = newRightZoneHeight + 'px';
if(document.getElementById('content_id')) {
document.getElementById('content_id').style.height = newRightZoneHeight + 'px';
}
if (document.body.clientHeight > winHeight) {
document.body.style.overflow = 'auto';
} else {

Loading…
Cancel
Save