2022-06-01 14:53:19 -05:00
|
|
|
diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
|
|
|
|
index 0a2a789..0601d28 100644
|
2022-06-01 13:29:53 -05:00
|
|
|
--- a/browser/components/preferences/preferences.js
|
|
|
|
+++ b/browser/components/preferences/preferences.js
|
2022-06-01 14:53:19 -05:00
|
|
|
@@ -234,8 +234,6 @@ function init_all() {
|
2022-06-01 13:29:53 -05:00
|
|
|
this.removeAttribute("keyboard-navigation");
|
|
|
|
});
|
|
|
|
|
|
|
|
- maybeDisplayPoliciesNotice();
|
|
|
|
-
|
|
|
|
window.addEventListener("hashchange", onHashChange);
|
|
|
|
|
2022-06-01 14:53:19 -05:00
|
|
|
document.getElementById("focusSearch1").addEventListener("command", () => {
|