From 7a130f98920f07b6f6e8b7881d96e4819e65952b Mon Sep 17 00:00:00 2001 From: Justine Leon Uro Date: Wed, 19 Jun 2024 17:51:34 +0800 Subject: [PATCH] 2024-June-19 --- h5p-play | 1 + h5p-view | 1 + 2 files changed, 2 insertions(+) diff --git a/h5p-play b/h5p-play index 9651f4b..fb646d5 100755 --- a/h5p-play +++ b/h5p-play @@ -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); diff --git a/h5p-view b/h5p-view index 2161dbe..c33ffb4 100755 --- a/h5p-view +++ b/h5p-view @@ -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);