summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch')
-rw-r--r--librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
index 1475de9..f82448f 100644
--- a/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
+++ b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
@@ -1,6 +1,8 @@
+diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
+index 0a2a789..0601d28 100644
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
-@@ -234,8 +234,6 @@
+@@ -234,8 +234,6 @@ function init_all() {
this.removeAttribute("keyboard-navigation");
});
bgstack15