Stop using dropbox for images

namespaces
Svein-Tore Griff With 2013-01-17 22:57:10 +01:00
parent ecb795f655
commit 72d6075190
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ H5P.init = function () {
};
H5P.getContentPath = function(contentId) {
// TODO: Rewrite or remove... H5P.getContentPath = H5PIntegration.getContentPath would probably work f.i.
H5PIntegration.getContentPath(contentId);
}