/
var
/
www
/
html
/
lgpd
/
h5p
/
js
/
Upload File
HOME
H5P._getLibraryPath = H5P.getLibraryPath; H5P.getLibraryPath = function (library) { if (H5PIntegration.moodleLibraryPaths) { if (H5PIntegration.moodleLibraryPaths[library]) { return H5PIntegration.moodleLibraryPaths[library]; } } return H5P._getLibraryPath(library); };