зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1333262 Set notification text unconditionally r=florian
MozReview-Commit-ID: DzzZaKWXrV8 --HG-- extra : rebase_source : 04a9cc6af190d659eda192c8e6dbc5cd55ef72c3
This commit is contained in:
Родитель
e7ad0a4768
Коммит
a8a5255d3e
|
@ -273,9 +273,9 @@ this.ExtensionsUI = {
|
|||
let doc = this.browser.ownerDocument;
|
||||
doc.getElementById("addon-webext-perm-header").innerHTML = header;
|
||||
|
||||
if (text) {
|
||||
doc.getElementById("addon-webext-perm-text").innerHTML = text;
|
||||
}
|
||||
let textEl = doc.getElementById("addon-webext-perm-text");
|
||||
textEl.innerHTML = text;
|
||||
textEl.hidden = !text;
|
||||
|
||||
let listIntroEl = doc.getElementById("addon-webext-perm-intro");
|
||||
listIntroEl.value = listIntro;
|
||||
|
|
Загрузка…
Ссылка в новой задаче