diff --git a/js/h5p.js b/js/h5p.js index 04acfe1..381f031 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -614,6 +614,7 @@ H5P.getPath = function (path, contentId) { return path; } + var prefix; if (contentId !== undefined) { prefix = H5PIntegration.url + '/content/' + contentId; }