- Fix lint errors.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-01-04 11:00:33 +02:00
parent 2b53fae16f
commit f5339ef97f
4 changed files with 10 additions and 10 deletions

View file

@ -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);
},