Fixed file upload system.

namespaces
Frode Petterson 2013-06-20 14:49:56 +02:00
parent 152a5f956a
commit ea9dd199aa
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@ H5P.fullScreen = function ($el, obj) {
}
};
/**
* Find the path to the content files base on the id of the content.
*/
H5P.getContentPath = function(contentId) {
// TODO: Rewrite or remove... H5P.getContentPath = H5PIntegration.getContentPath would probably work f.i.
return H5PIntegration.getContentPath(contentId);