From e9d08b973a33932c2479ffa29022106bcf6407e3 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 7 Mar 2019 14:33:01 +0100 Subject: [PATCH] Remove old libraryUrl due to conflict with Content Upgrade --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index 00a241a..e5a4262 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -1932,7 +1932,7 @@ H5P.libraryFromString = function (library) { * The full path to the library. */ H5P.getLibraryPath = function (library) { - return (H5PIntegration.libraryUrl !== undefined ? H5PIntegration.libraryUrl + '/' : H5PIntegration.url + '/libraries/') + library; + return H5PIntegration.url + '/libraries/' + library; }; /**