File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
$ webPath = api_get_path (WEB_PATH );
20
20
if ($ ctrAction == 'edit_item ' || $ ctrAction == 'add_item ' ) {
21
21
$ fh .= '<script src=" ' .$ pluginPath .'h5p/resources/js/h5p_extras.js ' .$ version .'" type="text/javascript" ></script> ' ;
22
- $ fh .= '<script>if (!jQuery.ui) { ' ."$('body').append('<script src= \"" .$ webPath ."web/assets/jquery-ui/jquery-ui.min.js \"></script>');}</script> " ;
22
+ $ fh .= '<script>if (!jQuery.ui) { ' ."$('body').append('<script src= \"" .$ webPath ."web/assets/jquery-ui/jquery-ui.min.js \"><\ /script>');}</script> " ;
23
23
$ fh .= '<link rel="stylesheet" type="text/css" href=" ' .$ webPath .'web/assets/jquery-ui/themes/smoothness/jquery-ui.min.css"> ' ;
24
24
$ fh .= '<link rel="stylesheet" type="text/css" href=" ' .$ pluginPath .'h5p/resources/css/window-h5p.css"> ' ;
25
25
}
You can’t perform that action at this time.
0 commit comments