diff options
author | hackademix <giorgio@maone.net> | 2018-07-31 18:15:06 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-07-31 18:15:06 +0200 |
commit | f4f172340634a2e0892942336e7c986e9040cfc1 (patch) | |
tree | 410692a11bf623ca981b98d582055e810a7af43a /html/display_panel/content/display-panel.html | |
parent | 5975e67b1de999c168209f8a5b7652f3d4551412 (diff) |
Temporarily display back hidden old UI elements to demonstrate whitelisting/backlisting bug fixes.
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 4 |
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 2879826..0fc18a7 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" style="display:none"> + <div id="whitelisted"> <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" style="display:none"> + <div id="blacklisted"> <h2 class="blocked-js"></h2> <ul class="blocked-js"></ul> </div> |