Remove old libraryUrl due to conflict with Content Upgrade
parent
53adda67c2
commit
e9d08b973a
|
@ -1932,7 +1932,7 @@ H5P.libraryFromString = function (library) {
|
||||||
* The full path to the library.
|
* The full path to the library.
|
||||||
*/
|
*/
|
||||||
H5P.getLibraryPath = function (library) {
|
H5P.getLibraryPath = function (library) {
|
||||||
return (H5PIntegration.libraryUrl !== undefined ? H5PIntegration.libraryUrl + '/' : H5PIntegration.url + '/libraries/') + library;
|
return H5PIntegration.url + '/libraries/' + library;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue