Bug 1581152 - fix invocation of proceedDefaultAction() in chat-account-richlistitem.js. r=clokep

This commit is contained in:
Khushil Mistry 2019-09-13 09:17:00 +02:00
Родитель 0347f45900
Коммит e0b9e01e89
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@
// something with the first click, we should ignore the event // something with the first click, we should ignore the event
let localName = event.originalTarget.localName; let localName = event.originalTarget.localName;
if (localName != "button" && localName != "checkbox") { if (localName != "button" && localName != "checkbox") {
this.buttons.proceedDefaultAction(); this.proceedDefaultAction();
} }
} }
// Prevent from loading an account wizzard // Prevent from loading an account wizzard