diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 09:54:20 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 09:54:20 +0200 |
commit | d6213d3f057e902316ff67b9774e349573bde90f (patch) | |
tree | 2c6eb586b2b24b2066789671af0c22edcc1f5a87 /application/palemoon/base | |
parent | 4678680983c53e28371ab2a5d0524ab63cbed4b0 (diff) | |
download | UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.gz UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.lz UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.xz UXP-d6213d3f057e902316ff67b9774e349573bde90f.zip |
Bug 1192458, Part 1 - Consolidate push and desktop notification permissions
Diffstat (limited to 'application/palemoon/base')
-rw-r--r-- | application/palemoon/base/content/browser.xul | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index 6545e0ac2..c2553f295 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -449,7 +449,6 @@ <box id="notification-popup-box" hidden="true" align="center"> <image id="default-notification-icon" class="notification-anchor-icon" role="button"/> <image id="geo-notification-icon" class="notification-anchor-icon" role="button"/> - <image id="push-notification-icon" class="notification-anchor-icon" role="button"/> <image id="addons-notification-icon" class="notification-anchor-icon" role="button"/> <image id="indexedDB-notification-icon" class="notification-anchor-icon" role="button"/> <image id="password-notification-icon" class="notification-anchor-icon" role="button"/> |