blob: 1475de935756b2ee3d61c3d463b745a12df3a6fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
@@ -234,8 +234,6 @@
this.removeAttribute("keyboard-navigation");
});
- maybeDisplayPoliciesNotice();
-
window.addEventListener("hashchange", onHashChange);
document.getElementById("focusSearch1").addEventListener("command", () => {
|