mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 562995: Typo in extensions.js is causing an error when checking for updates. r=robstrong
This commit is contained in:
parent
5ec387e9c3
commit
c44399f3d7
@ -314,7 +314,7 @@ var gViewController = {
|
||||
|
||||
if (numUpdated == 0) {
|
||||
document.getElementById("updates-checkNow").hidden = false;
|
||||
document.getElementById("updates-nonefound").hidden = false;
|
||||
document.getElementById("updates-noneFound").hidden = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user