Bug: H5P use wrong jQuery (drupal 6)

When using an external javascript in a library it shouldn't be necessary to add H5P to the jQuery (H5P.jQuery). As of today, this is needed..

There was also a error in H5P module include jQuery on wrong time, needed to be moved higher up in the function.

falcon's picture

In the newest version of the h5p module og Drupal the timing of the inclusion of jquery should be fixed. The problem with H5P.jQuery still exists though, and it might take some time before we can work on a fix for this problem. Until a fix is in place external libraries like jQuery ui needs a few changes to make sure they use H5P.jQuery and not the global jQuery object