mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
11 lines
303 B
Diff
11 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(() => {
|