mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 06:08:48 +01:00
- Fix lint errors.
Thanks to xet7 !
This commit is contained in:
parent
2b53fae16f
commit
f5339ef97f
4 changed files with 10 additions and 10 deletions
|
|
@ -13,8 +13,8 @@ BlazeComponent.extendComponent({
|
|||
'click .js-open-card-title-popup'(event){
|
||||
const funct = Popup.open('boardCardTitle');
|
||||
const divId = $(event.currentTarget.parentNode.parentNode).attr('id');
|
||||
console.log('current popup');
|
||||
console.log(this.currentPopupTriggerId);
|
||||
//console.log('current popup');
|
||||
//console.log(this.currentPopupTriggerId);
|
||||
this.currentPopupTriggerId = divId;
|
||||
funct.call(this, event);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue