Merge branch 'master' of github.com:h5p/h5p-php-library

pull/58/head
Frode Petterson 2019-03-07 15:02:13 +01:00
commit 7b7b35ea39
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
/**