mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
Never show plugin deprecation notice.
To-Do: remove this notice.
This commit is contained in:
parent
64bb8d1d33
commit
f6ca2a8fb4
1 changed files with 2 additions and 6 deletions
|
|
@ -2744,12 +2744,8 @@ var gListView = {
|
|||
document.getElementById("signing-dev-info").hidden = true;
|
||||
}
|
||||
|
||||
if (Preferences.get("plugin.load_flash_only", true)) {
|
||||
document.getElementById("plugindeprecation-learnmore-link")
|
||||
.setAttribute("href", Services.urlFormatter.formatURLPref("app.support.baseURL") + "npapi");
|
||||
} else {
|
||||
document.getElementById("plugindeprecation-notice").hidden = true;
|
||||
}
|
||||
// To-Do: remove deprecation notice content.
|
||||
document.getElementById("plugindeprecation-notice").hidden = true;
|
||||
},
|
||||
|
||||
show: function(aType, aRequest) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue