Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Feb 13, 2024
2 parents d0f7df5 + a3a2ef3 commit c0a85dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/src/main/php/src/tools/h5p/H5P.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public function showEditor($content, Response $response) {
foreach (\H5PEditor::$scripts as $script) {
$scripts[] = WWWURL . '/vendor/h5p/h5p-editor/' . $script;
}
$scripts[] = WWWURL . '/vendor/h5p/h5p-editor/language/'.$this -> h5pLang.'.js';
$scripts[] = WWWURL . '/vendor/h5p/h5p-editor/scripts/h5peditor-editor.js';
$scripts[] = WWWURL . '/src/tools/h5p/js/h5peditor-init.js';

Expand Down

0 comments on commit c0a85dd

Please sign in to comment.