diff --git a/js/h5p.js b/js/h5p.js index fc65d9b..367aaac 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -45,7 +45,7 @@ H5P.init = function () { } var library = { library: contentData.library, - params: H5P.jQuery.parseJSON(contentData.jsonContent) + params: JSON.parse(contentData.jsonContent) }; // Create new instance.