mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Remove NPAPI deprecation statement from about:plugins.
This commit is contained in:
parent
a9cc6150e6
commit
186cce05f7
2 changed files with 0 additions and 12 deletions
|
|
@ -21,9 +21,6 @@ description_label=Description
|
|||
suffixes_label=Suffixes
|
||||
learn_more_label=Learn More
|
||||
|
||||
deprecation_description=Missing something? Some plugins are no longer supported.
|
||||
deprecation_learn_more=Learn More.
|
||||
|
||||
# GMP Plugins
|
||||
gmp_license_info=License information
|
||||
gmp_privacy_info=Privacy Information
|
||||
|
|
|
|||
|
|
@ -75,15 +75,6 @@
|
|||
enabledplugins.appendChild(document.createTextNode(pluginsbundle.GetStringFromName(label)));
|
||||
fragment.appendChild(enabledplugins);
|
||||
|
||||
var deprecation = document.createElement("p");
|
||||
deprecation.setAttribute("class", "notice");
|
||||
deprecation.textContent = pluginsbundle.GetStringFromName("deprecation_description") + " \u00A0 ";
|
||||
var deprecationLink = document.createElement("a");
|
||||
deprecationLink.textContent = pluginsbundle.GetStringFromName("deprecation_learn_more");
|
||||
deprecationLink.href = Services.urlFormatter.formatURLPref("app.support.baseURL") + "npapi";
|
||||
deprecation.appendChild(deprecationLink);
|
||||
fragment.appendChild(deprecation);
|
||||
|
||||
var stateNames = {};
|
||||
["STATE_SOFTBLOCKED",
|
||||
"STATE_BLOCKED",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue