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, 2 insertions, 2 deletions
diff --git a/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
index 688c17c..1475de9 100644
--- a/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
+++ b/librewolf/debian/patches/librewolf/remove-organization-policy-banner.patch
@@ -1,6 +1,6 @@
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
-@@ -161,8 +161,6 @@
+@@ -234,8 +234,6 @@
this.removeAttribute("keyboard-navigation");
});
@@ -8,4 +8,4 @@
-
window.addEventListener("hashchange", onHashChange);
- gotoPref().then(() => {
+ document.getElementById("focusSearch1").addEventListener("command", () => {
bgstack15