mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[PALEMOON] Remove double rows from aboutPermissions.js
This commit is contained in:
parent
fa692e119d
commit
a3e90db709
1 changed files with 0 additions and 2 deletions
|
|
@ -546,7 +546,6 @@ var AboutPermissions = {
|
|||
Services.prefs.addObserver("plugins.click_to_play", this, false);
|
||||
Services.prefs.addObserver("full-screen-api.enabled", this, false);
|
||||
Services.prefs.addObserver("full-screen-api.pointer-lock.enabled", this, false);
|
||||
Services.prefs.addObserver("dom.push.enabled", this, false);
|
||||
Services.prefs.addObserver("permissions.places-sites-limit", this, false);
|
||||
|
||||
Services.obs.addObserver(this, "perm-changed", false);
|
||||
|
|
@ -700,7 +699,6 @@ var AboutPermissions = {
|
|||
Services.prefs.removeObserver("plugins.click_to_play", this, false);
|
||||
Services.prefs.removeObserver("full-screen-api.enabled", this, false);
|
||||
Services.prefs.removeObserver("full-screen-api.pointer-lock.enabled", this, false);
|
||||
Services.prefs.removeObserver("dom.push.enabled", this, false);
|
||||
Services.prefs.removeObserver("permissions.places-sites-limit", this, false);
|
||||
|
||||
Services.obs.removeObserver(this, "perm-changed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue