Disable statistics instead of the options button after translation has started (#423)
This commit is contained in:
Родитель
fcea3da1c0
Коммит
5e188d5d9c
|
@ -193,7 +193,7 @@ window.MozTranslationNotification = class extends MozElements.Notification {
|
|||
);
|
||||
this.state = this.translationNotificationManager.TranslationInfoBarStates.STATE_TRANSLATING;
|
||||
this._getAnonElt("closeButton").disabled = true;
|
||||
this._getAnonElt("options").disabled = true;
|
||||
this._getAnonElt("displayStatistics").style.display = "none";
|
||||
this._getAnonElt("aftertranslatedOptions").style.display = "block";
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче