Bug 1581152 - fix invocation of proceedDefaultAction() in chat-account-richlistitem.js. r=clokep
This commit is contained in:
Родитель
0347f45900
Коммит
e0b9e01e89
|
@ -44,7 +44,7 @@
|
|||
// something with the first click, we should ignore the event
|
||||
let localName = event.originalTarget.localName;
|
||||
if (localName != "button" && localName != "checkbox") {
|
||||
this.buttons.proceedDefaultAction();
|
||||
this.proceedDefaultAction();
|
||||
}
|
||||
}
|
||||
// Prevent from loading an account wizzard
|
||||
|
|
Загрузка…
Ссылка в новой задаче