Skip to content
Snippets Groups Projects
Commit d90f4faa authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 11.5 to OpenOLAT default branch with 552a58bea968cc48a711690cce366a7c513cb9c6

parents 4cc0add7 1bb23d56
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ public class FullCalendarComponent extends AbstractComponent { ...@@ -147,6 +147,7 @@ public class FullCalendarComponent extends AbstractComponent {
super.validate(ureq, vr); super.validate(ureq, vr);
vr.getJsAndCSSAdder().addRequiredStaticJsFile("js/jquery/fullcalendar/fullcalendar.min.js"); vr.getJsAndCSSAdder().addRequiredStaticJsFile("js/jquery/fullcalendar/fullcalendar.min.js");
vr.getJsAndCSSAdder().addRequiredStaticJsFile("js/jquery/ui/jquery-ui-1.11.4.custom.dnd.min.js"); vr.getJsAndCSSAdder().addRequiredStaticJsFile("js/jquery/ui/jquery-ui-1.11.4.custom.dnd.min.js");
vr.getJsAndCSSAdder().addRequiredStaticJsFile("js/jquery/ui/jquery-ui-1.11.4.custom.resize.min.js");
} }
public boolean isOccurenceOfCalendarEvent(String eventId) { public boolean isOccurenceOfCalendarEvent(String eventId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment