diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-27 10:24:32 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-27 10:24:32 +0200 |
commit | 57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee (patch) | |
tree | 79f2a395a524ab264157147e4d7251599bc8f8be /application/palemoon | |
parent | 3280ec817ed45e0015bb7207714ea5042301fe64 (diff) | |
download | UXP-57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee.tar UXP-57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee.tar.gz UXP-57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee.tar.lz UXP-57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee.tar.xz UXP-57bc4374148efa1ce0e5f70e1bdfb9f763b9d9ee.zip |
[PALEMOON] Remove double rows from aboutPermissions.js
Diffstat (limited to 'application/palemoon')
-rw-r--r-- | application/palemoon/components/preferences/aboutPermissions.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/components/preferences/aboutPermissions.js b/application/palemoon/components/preferences/aboutPermissions.js index 750295c2a..9723496bc 100644 --- a/application/palemoon/components/preferences/aboutPermissions.js +++ b/application/palemoon/components/preferences/aboutPermissions.js @@ -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"); |