зеркало из https://github.com/mozilla/pjs.git
Bug 562995: Typo in extensions.js is causing an error when checking for updates. r=robstrong
This commit is contained in:
Родитель
0a1d764f1d
Коммит
c5b1104cb6
|
@ -314,7 +314,7 @@ var gViewController = {
|
||||||
|
|
||||||
if (numUpdated == 0) {
|
if (numUpdated == 0) {
|
||||||
document.getElementById("updates-checkNow").hidden = false;
|
document.getElementById("updates-checkNow").hidden = false;
|
||||||
document.getElementById("updates-nonefound").hidden = false;
|
document.getElementById("updates-noneFound").hidden = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче