aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@fsf.org>2018-05-11 13:18:33 -0400
committerRuben Rodriguez <ruben@fsf.org>2018-05-11 13:18:33 -0400
commit95ec8cef4c9c33ea5c4a51b86f52738932085a96 (patch)
treee38bd8147c0beb6b0c3b55631e851a3ef3cfb9d8 /html
parent6e2b4fb5cf520da4a7a84a9c3a27e1228369563f (diff)
Disable whitelisted and blacklisted sections on display panel for now
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/display-panel.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html
index 79126a0..4f2da4f 100644
--- a/html/display_panel/content/display-panel.html
+++ b/html/display_panel/content/display-panel.html
@@ -55,7 +55,7 @@
</div>
</div>
<div id="info">
- <div id="whitelisted">
+ <div id="whitelisted" style="display:none">
<h2 class="blocked-js"></h2>
<ul class="blocked-js"></ul>
</div>
@@ -67,7 +67,7 @@
<h2 class="blocked-js"></h2>
<ul class="blocked-js"></ul>
</div>
- <div id="blacklisted">
+ <div id="blacklisted" style="display:none">
<h2 class="blocked-js"></h2>
<ul class="blocked-js"></ul>
</div>