Skip to content
Snippets Groups Projects

REMOVED jQuery require

Merged Julian Tolstich requested to merge 2-entfernen-von-jquery-require into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -48,7 +48,6 @@ class block_hshcourselist extends block_base {
public function get_content() {
global $CFG, $DB, $OUTPUT;
$this->page->requires->js('/lib/jquery/jquery-3.2.1.min.js');
$this->page->requires->css('/blocks/hshcourselist/style.css');
if ($this->content !== null) {
Loading