Skip to content

Commit

Permalink
Merge pull request #14 from programmieraffe/patch-1
Browse files Browse the repository at this point in the history
Remove double slash from path
  • Loading branch information
Jakeii authored Jan 11, 2018
2 parents c8f0e6d + 6b1661f commit 566c1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/h5p-overwrite.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ H5P.getPath = function (path, contentId) {

var prefix;
if (contentId !== undefined) {
prefix = H5PIntegration.url + '/content/';
prefix = H5PIntegration.url + '/content';
}
else if (window.H5PEditor !== undefined) {
prefix = H5PEditor.filesPath;
Expand Down

0 comments on commit 566c1e9

Please sign in to comment.