mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Issue #1644 - Remove plugin checking code leftovers
This commit is contained in:
parent
00eb2c7983
commit
bc02e9541f
4 changed files with 2 additions and 30 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue