Skip to content

Commit

Permalink
Fix: Fix for missing translation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zieglermarian committed Feb 9, 2024
1 parent bd64cb5 commit a3a2ef3
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 a3a2ef3

Please sign in to comment.