Update lp view to resize right when return from control view refs #6033 #7077

1.9.x
Daniel Barreto 11 years ago
parent b134408408
commit 512633e678
  1. 4
      main/newscorm/lp_view.php

@ -487,8 +487,8 @@ if ($is_allowed_to_edit) {
updateContentHeight();
});
});
//window.onload = updateContentHeight;
//window.onresize = updateContentHeight;
window.onload = updateContentHeight();
window.onresize = updateContentHeight();
</script>
<?php
// Restore a global setting.

Loading…
Cancel
Save