mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
13 lines
597 B
Diff
13 lines
597 B
Diff
diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
|
|
index edad72a..c641296 100644
|
|
--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
|
|
+++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
|
|
@@ -53,7 +53,7 @@
|
|
<div class="fake-caret"></div>
|
|
</button>
|
|
</div>
|
|
- <div class="info">
|
|
+ <div class="info" hidden>
|
|
<h1 id="info-title"></h1>
|
|
<p id="info-body"></p>
|
|
<a id="private-browsing-myths"></a>
|