Skip to content
Snippets Groups Projects
Commit 7508ac11 authored by Peter Fricke's avatar Peter Fricke
Browse files

changed jquery path to moodle/lib

parent bdfbaf5f
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ class block_hshcourselist extends block_base {
public function get_content() {
global $CFG, $DB, $OUTPUT;
$this->page->requires->js('/blocks/hshcourselist/javascript/jquery-3.2.0.min.js');
$this->page->requires->js('/lib/jquery/jquery-3.2.1.min.js');
$this->page->requires->css('/blocks/hshcourselist/style.css');
if ($this->content !== null) {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment