blob: 688c17c92ca6bd07b1bf52c8da72de8a7a6e25eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
@@ -161,8 +161,6 @@
this.removeAttribute("keyboard-navigation");
});
- maybeDisplayPoliciesNotice();
-
window.addEventListener("hashchange", onHashChange);
gotoPref().then(() => {
|