Fix exercise lib call

pull/3064/head
Julio Montoya 5 years ago
parent 2490029918
commit bca9a3b7c5
  1. 3
      main/exercise/admin.php

@ -286,7 +286,8 @@ if ($modifyIn === 'thisExercise') {
}
//$htmlHeadXtra[] = api_get_js('jqueryui-touch-punch/jquery.ui.touch-punch.min.js');
$htmlHeadXtra[] = api_get_js('jquery.jsPlumb.all.js');
//$htmlHeadXtra[] = api_get_js('jquery.jsPlumb.all.js');
$htmlHeadXtra[] = api_get_build_js('exercise.js');
$template = new Template();
$templateName = $template->get_template('exercise/submit.js.tpl');

Loading…
Cancel
Save