diff options
author | hackademix <giorgio@maone.net> | 2018-09-13 15:56:29 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-09-13 15:56:29 +0200 |
commit | 4acf282ae6d5ae24a956908a87478d944f8519b9 (patch) | |
tree | ec3f865c6a00edc1adaaa2d5e4ead85e87c20e11 /html/display_panel/content/display-panel.html | |
parent | f87af55eb50a38ba44fcc0397d93e4989304bc8b (diff) |
Brand new general settings page for white/black list management and other preferences.
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 2ed0c9c..df153b3 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -36,8 +36,8 @@ <div> <a class="libre" id="ljs-settings" - href="javascript:void" - title="LibreJS Whitelist Settings"> + href= href="https://www.gnu.org/software/librejs/" + title="LibreJS Page Settings"> <h1 class="libre">LibreJS</h1> </a> </div> @@ -52,6 +52,7 @@ </div> <button id="complain">Complain to site owner</button> <button id="report-tab">Show this report in a new tab</button> + <button id="open-options">Settings...</button> </div> </div> <div id="info"> |