mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 21:18:06 +01:00
Remove redundant and unused code
This commit is contained in:
parent
03d29dd674
commit
4aee129cdc
3 changed files with 23 additions and 136 deletions
|
|
@ -1,3 +1,7 @@
|
|||
import { DatePicker } from '/client/lib/datepicker';
|
||||
import moment from 'moment';
|
||||
import Cards from '/models/cards';
|
||||
|
||||
Template.cardCustomFieldsPopup.helpers({
|
||||
hasCustomField() {
|
||||
const card = Cards.findOne(Session.get('currentCard'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue