Skip to content

Commit

Permalink
2024-June-19
Browse files Browse the repository at this point in the history
  • Loading branch information
justineuro committed Jun 19, 2024
1 parent 6b8110b commit 7a130f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions h5p-play
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const options = {
h5pJsonPath: 'h5p',
frameJs: 'dist/frame.bundle.js',
frameCss: 'dist/styles/h5p.css',
customJs: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/latest.js?config=TeX-AMS-MML_HTMLorMML',
}
new H5PStandalone.H5P(el, options);
</script>
Expand Down
1 change: 1 addition & 0 deletions h5p-view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const options = {
h5pJsonPath: 'h5p',
frameJs: 'dist/frame.bundle.js',
frameCss: 'dist/styles/h5p.css',
customJs: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/latest.js?config=TeX-AMS-MML_HTMLorMML',
}
new H5PStandalone.H5P(el, options);
</script>
Expand Down

0 comments on commit 7a130f9

Please sign in to comment.