From 72d6075190baf293ac5f78e7705a41f9568dcc7d Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Thu, 17 Jan 2013 22:57:10 +0100 Subject: [PATCH] Stop using dropbox for images --- js/h5p.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/h5p.js b/js/h5p.js index b65fbaf..bde5f5e 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -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); }