Merge pull request #1004 from jloguercio/7683

Remove some extrage "hello" in lp_view.php
1.10.x
José Loguercio 9 years ago
commit a7e94f3728
  1. 3
      main/newscorm/lp_view.php

@ -93,9 +93,6 @@ $(document).ready(function() {
var chamilo_xajax_handler = window.oxajax;
</script>';
if ($_SESSION['oLP']->mode == 'embedframe' || $_SESSION['oLP']->get_hide_toc_frame() == 1) {
$htmlHeadXtra[] = 'hello';
}
//Impress js
if ($_SESSION['oLP']->mode == 'impress') {

Loading…
Cancel
Save