Skip to content

Commit

Permalink
Revert commit to load jquery UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Dec 2, 2024
1 parent b0f5f32 commit 909f95d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public static function load_uiplugin_js($question, $textareaid) {
self::load_ace();
}
$PAGE->requires->js_call_amd('qtype_coderunner/userinterfacewrapper', 'newUiWrapper', $params);
if ($uiplugin === 'html') {
$PAGE->requires->jquery_plugin('ui'); // Possibly needed by Parson's Problems.
}
}
}

Expand Down

0 comments on commit 909f95d

Please sign in to comment.