mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix calendar not loading after latest commit
This commit is contained in:
parent
0a1ac01a45
commit
7b86af5ac4
@ -19,7 +19,7 @@ define([
|
||||
'/calendar/export.js',
|
||||
'/calendar/recurrence.js',
|
||||
'/lib/datepicker/flatpickr.js',
|
||||
'/lib/calendar/date-picker.js',
|
||||
'tui-date-picker',
|
||||
|
||||
'/common/inner/share.js',
|
||||
'/common/inner/access.js',
|
||||
|
||||
@ -8,7 +8,7 @@ define([
|
||||
'/common/common-constants.js',
|
||||
'/customize/messages.js',
|
||||
'/customize/pages.js',
|
||||
'/lib/calendar/date-picker.js',
|
||||
'tui-date-picker'
|
||||
], function($, h, Hash, UI, UIElements, Util, Constants, Messages, Pages, DatePicker) {
|
||||
|
||||
var handlers = {};
|
||||
|
||||
@ -23,7 +23,7 @@ define([
|
||||
'/common/text-cursor.js',
|
||||
'cm/lib/codemirror',
|
||||
'/components/chainpad/chainpad.dist.js',
|
||||
'/lib/calendar/date-picker.js',
|
||||
'tui-date-picker',
|
||||
|
||||
'/common/inner/share.js',
|
||||
'/common/inner/access.js',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user