mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
2b34aeea5d
Signed-off-by: Leah Rowe <leah@libreboot.org>
26 lines
826 B
Diff
26 lines
826 B
Diff
From a46bad5a4815206b904f707cfc36a0b01857ba75 Mon Sep 17 00:00:00 2001
|
|
From: LibreWolf Developers <noreply@librewolf.net>
|
|
Date: Sun, 6 Sep 2026 10:12:15 +0100
|
|
Subject: [PATCH 44/52] ui-patches/remove-organization-policy-banner.patch
|
|
|
|
---
|
|
browser/components/preferences/preferences.js | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
|
|
index 2798ad677d20..89b032bedba7 100644
|
|
--- a/browser/components/preferences/preferences.js
|
|
+++ b/browser/components/preferences/preferences.js
|
|
@@ -639,8 +639,6 @@ function init_all() {
|
|
gotoPref(event.target.view);
|
|
});
|
|
|
|
- maybeDisplayPoliciesNotice();
|
|
-
|
|
window.addEventListener("hashchange", onHashChange);
|
|
window.addEventListener("beforeunload", onBeforeunload);
|
|
|
|
--
|
|
2.47.3
|
|
|