Rimosso moment-timezone per fullcalendar
This commit is contained in:
parent
313c35c7f3
commit
76f2b6b0d6
|
@ -100,7 +100,6 @@ const JS = gulp.parallel(() => {
|
|||
'eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
|
||||
'fullcalendar-scheduler/index.global.js',
|
||||
'@fullcalendar/moment/index.global.js',
|
||||
'@fullcalendar/moment-timezone/index.global.js',
|
||||
'@fullcalendar/core/locales/it.global.js',
|
||||
'geocomplete/jquery.geocomplete.js',
|
||||
'inputmask/dist/min/jquery.inputmask.bundle.min.js',
|
||||
|
|
|
@ -525,7 +525,6 @@ globals.dashboard = {
|
|||
|
||||
var calendar = new FullCalendar.Calendar(calendarElement, {
|
||||
/* locales: allLocales, */
|
||||
timeZone: "Europe/Rome",
|
||||
locale: globals.locale,
|
||||
slotEventOverlap: false,
|
||||
weekNumbers: true,
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"main": "gulpfile.js",
|
||||
"dependencies": {
|
||||
"@fullcalendar/moment": "^6.1.5",
|
||||
"@fullcalendar/moment-timezone": "^5.11.4",
|
||||
"admin-lte": "^2.4.18",
|
||||
"autocompleter": "^6.1.1",
|
||||
"autonumeric": "^4.6.0",
|
||||
|
|
Loading…
Reference in New Issue