зеркало из https://github.com/mozilla/pjs.git
Bug 255774 - number of available software updates not displayed when mail button not on toolbar. patch by steffen.wilberg@web.de, r=bryner.
This commit is contained in:
Родитель
fa50bfcdf5
Коммит
fc356484a5
|
@ -560,7 +560,9 @@ function delayedStartup()
|
|||
}
|
||||
} else {
|
||||
// We couldn't get the shell service; go hide the mail toolbar button.
|
||||
document.getElementById("mail-button").hidden = true;
|
||||
var mailbutton = document.getElementById("mail-button");
|
||||
if (mailbutton)
|
||||
mailbutton.hidden = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче