зеркало из https://github.com/mozilla/gecko-dev.git
Bug 994037 - Translation infobar can be placed in the wrong tab. r=florian
This commit is contained in:
Родитель
981dc9ccd2
Коммит
9b8266188a
|
@ -127,7 +127,7 @@ TranslationUI.prototype = {
|
|||
this.browser.messageManager.sendAsyncMessage("Translation:ShowTranslation");
|
||||
},
|
||||
|
||||
get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(),
|
||||
get notificationBox() this.browser.ownerGlobal.gBrowser.getNotificationBox(this.browser),
|
||||
|
||||
showTranslationInfoBar: function() {
|
||||
let notificationBox = this.notificationBox;
|
||||
|
|
Загрузка…
Ссылка в новой задаче