Skip to content

Commit

Permalink
Merge pull request #10 from tunapanda/deep-dependencies
Browse files Browse the repository at this point in the history
Deep dependencies
  • Loading branch information
Jakeii authored Nov 17, 2017
2 parents 650374c + 6f4296f commit c8f0e6d
Show file tree
Hide file tree
Showing 7 changed files with 731 additions and 299 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<head>
<link type="text/css" rel="stylesheet" media="all" href="../dist/styles/h5p.css" />
<meta charset="utf-8" />
<script type="text/javascript" src="../dist/js/h5p-standalone-main.min.js"></script>
<script type="text/javascript" src="../dist/js/h5p-standalone-main.js"></script>

<script type="text/javascript">
(function($) {
$(function() {
$('.h5p-container').h5p({
frameJs: '../dist/js/h5p-standalone-frame.min.js',
frameJs: '../dist/js/h5p-standalone-frame.js',
frameCss: '../dist/styles/h5p.css',
h5pContent: '../workspace'
});
Expand Down
Loading

0 comments on commit c8f0e6d

Please sign in to comment.