H5p content in Showing when admin login and when logout its content is not displaying

Forums: 

H5p content in Showing when admin login and when logout its content is not displaying. here is what i got in console log, how to fix it:

h5p.js?screx=1&sxcb=1a&ver=1.15.8:17 Uncaught 

TypeError: H5P.jQuery is not a function

    at h5p.js?screx=1&sxcb=1a&ver=1.15.8:17:19

otacke's picture

Seems that the instance of JQuery that H5P ships (to be found in h5p-php-library/js/jquery.js) is not loaded (in time). Potential reasons are optimization efforts that defer loading JavaScripts or change the order in that they are loaded.