mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
12 lines
303 B
Diff
12 lines
303 B
Diff
|
--- 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(() => {
|