Initial Commit
This commit is contained in:
7
Public/tabler/plugins/fullcalendar/js/fullcalendar.min.js
vendored
Normal file
7
Public/tabler/plugins/fullcalendar/js/fullcalendar.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
Public/tabler/plugins/fullcalendar/js/moment.min.js
vendored
Normal file
1
Public/tabler/plugins/fullcalendar/js/moment.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1125
Public/tabler/plugins/fullcalendar/plugin.css
Normal file
1125
Public/tabler/plugins/fullcalendar/plugin.css
Normal file
File diff suppressed because it is too large
Load Diff
9
Public/tabler/plugins/fullcalendar/plugin.js
Normal file
9
Public/tabler/plugins/fullcalendar/plugin.js
Normal 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