mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
13 lines
514 B
Diff
13 lines
514 B
Diff
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 @@ function init_all() {
|
|
this.removeAttribute("keyboard-navigation");
|
|
});
|
|
|
|
- maybeDisplayPoliciesNotice();
|
|
-
|
|
window.addEventListener("hashchange", onHashChange);
|
|
|
|
document.getElementById("focusSearch1").addEventListener("command", () => {
|