diff --git a/js/h5p.js b/js/h5p.js index bde5f5e..fb10047 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -14,7 +14,7 @@ H5P.init = function () { H5P.getContentPath = function(contentId) { // TODO: Rewrite or remove... H5P.getContentPath = H5PIntegration.getContentPath would probably work f.i. - H5PIntegration.getContentPath(contentId); + return H5PIntegration.getContentPath(contentId); } //