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

OO-2874: calendar need resize and dnd jquery ui scripts

parent dd365bbd
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ public class FullCalendarComponent extends AbstractComponent {
super.validate(ureq, vr);
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.resize.min.js");
}
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