mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
Remove code pulled in by git hook
This commit is contained in:
parent
5553277a1e
commit
ad759f2f9f
1 changed files with 0 additions and 13 deletions
|
|
@ -355,14 +355,6 @@ BlazeComponent.extendComponent({
|
||||||
return text;
|
return text;
|
||||||
},
|
},
|
||||||
|
|
||||||
labelColors() {
|
|
||||||
return Boards.simpleSchema()._schema['labels.$.color'].allowedValues.map(
|
|
||||||
color => {
|
|
||||||
return { color, name: TAPi18n.__(`color-${color}`) };
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
events() {
|
events() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
@ -370,11 +362,6 @@ BlazeComponent.extendComponent({
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
this.searchAllBoards(evt.target.searchQuery.value);
|
this.searchAllBoards(evt.target.searchQuery.value);
|
||||||
},
|
},
|
||||||
'click .js-palette-color'(evt) {
|
|
||||||
this.query.set(
|
|
||||||
`${this.query.get()} label:"${evt.currentTarget.textContent}"`,
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue