Merge pull request #1255 from aragonc/1.11.x

fix audio scorm width and error float part 2
pull/2487/head
Alex Aragon Calixto 9 years ago committed by GitHub
commit a6db7208d2
  1. 9
      main/lp/lp_nav.php

@ -48,7 +48,14 @@ if ($myLP) {
}
session_write_close();
?>
<script>
$(document).ready(function() {
jQuery('video:not(.skip), audio:not(.skip)').mediaelementplayer({
success: function(player, node) {
}
});
});
</script>
<span>
<?php echo !empty($mediaplayer) ? $mediaplayer : '&nbsp;' ?>
</span>

Loading…
Cancel
Save