parent
2896c9fdab
commit
e8f90c9116
|
@ -691,8 +691,12 @@ H5P.getPath = function (path, contentId) {
|
|||
|
||||
var prefix;
|
||||
if (contentId !== undefined) {
|
||||
// Check for custom override URL
|
||||
prefix = H5PIntegration.contents['cid-' + contentId].contentUrl;
|
||||
if (!prefix) {
|
||||
prefix = H5PIntegration.url + '/content/' + contentId;
|
||||
}
|
||||
}
|
||||
else if (window.H5PEditor !== undefined) {
|
||||
prefix = H5PEditor.filesPath;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue