diff --git a/js/h5p.js b/js/h5p.js index 7888ae4..4df6f3d 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -101,6 +101,9 @@ H5P.fullScreen = function ($el, obj) { } }; +/** + * Find the path to the content files base on the id of the content. + */ H5P.getContentPath = function(contentId) { // TODO: Rewrite or remove... H5P.getContentPath = H5PIntegration.getContentPath would probably work f.i. return H5PIntegration.getContentPath(contentId);