4.21.3
This commit is contained in:
7
app/static/assets/plugins/fullcalendar/js/fullcalendar.min.js
vendored
Executable file
7
app/static/assets/plugins/fullcalendar/js/fullcalendar.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
app/static/assets/plugins/fullcalendar/js/moment.min.js
vendored
Executable file
1
app/static/assets/plugins/fullcalendar/js/moment.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1125
app/static/assets/plugins/fullcalendar/plugin.css
Executable file
1125
app/static/assets/plugins/fullcalendar/plugin.css
Executable file
File diff suppressed because it is too large
Load Diff
9
app/static/assets/plugins/fullcalendar/plugin.js
Executable file
9
app/static/assets/plugins/fullcalendar/plugin.js
Executable file
@ -0,0 +1,9 @@
|
||||
require.config({
|
||||
shim: {
|
||||
'fullcalendar': ['moment', 'jquery'],
|
||||
},
|
||||
paths: {
|
||||
'fullcalendar': 'assets/plugins/fullcalendar/js/fullcalendar.min',
|
||||
'moment': 'assets/plugins/fullcalendar/js/moment.min',
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user