2
0
Эх сурвалжийг харах

Merge branch 'master' of github.com:wekan/wekan

Lauri Ojansivu 4 жил өмнө
parent
commit
8d9c59486d

+ 0 - 1
client/components/cards/cardCustomFields.js

@@ -1,5 +1,4 @@
 import { DatePicker } from '/client/lib/datepicker';
-import moment from 'moment';
 import Cards from '/models/cards';
 
 Template.cardCustomFieldsPopup.helpers({

+ 0 - 1
client/components/cards/cardDate.js

@@ -1,4 +1,3 @@
-import moment from 'moment';
 import { DatePicker } from '/client/lib/datepicker';
 
 Template.dateBadge.helpers({

+ 0 - 2
client/lib/datepicker.js

@@ -1,5 +1,3 @@
-import moment from 'moment';
-
 // Helper function to replace HH with H for 24 hours format, because H allows also single-digit hours
 function adjustedTimeFormat() {
   return moment