Issue #1644 - Remove plugin checking code leftovers

This commit is contained in:
Moonchild 2020-09-05 11:22:45 +00:00 committed by roytam1
commit bc02e9541f
4 changed files with 2 additions and 30 deletions

View file

@ -1328,9 +1328,7 @@
"notification.outdated",
[this.mAddon.name], 1
);
this._warningLink.value = gStrings.ext.GetStringFromName("notification.outdated.link");
this._warningLink.href = Services.urlFormatter.formatURLPref("plugins.update.url");
this._warningLink.hidden = false;
this._warningLink.hidden = true;
this._warningBtn.hidden = true;
} else if (!isUpgrade && this.mAddon.blocklistState == Ci.nsIBlocklistService.STATE_VULNERABLE_UPDATE_AVAILABLE) {
this.setAttribute("notification", "error");