diff options
author | hackademix <giorgio@maone.net> | 2018-09-18 23:43:28 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-09-18 23:43:28 +0200 |
commit | 475a6b9e9ab5a47f8ea15c5b7e17f38d596b51a4 (patch) | |
tree | 83e7cc6395cd6e1d3b94ba5cd23822963db8598d /html/preferences_panel/preferences_panel.html | |
parent | 813daae97602ad7143e23fd6d955bef5e413dc7a (diff) |
Initial refactoring and unhiding of contact finder / complaint UI.
Diffstat (limited to 'html/preferences_panel/preferences_panel.html')
-rw-r--r-- | html/preferences_panel/preferences_panel.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/html/preferences_panel/preferences_panel.html b/html/preferences_panel/preferences_panel.html index effb724..70d3b86 100644 --- a/html/preferences_panel/preferences_panel.html +++ b/html/preferences_panel/preferences_panel.html @@ -71,15 +71,9 @@ <fieldset id="section-complaint"><legend>Complaint email defaults</legend> <label for="pref_subject">Subject</label> - <input id="pref_subject" type="text" - value="Issues with Javascript on your website" - /> + <input id="pref_subject" type="text"/> <label for="pref_body">Body</label> - <textarea id="pref_body" rows="5" ->Please consider using a free license for the Javascript on your website. - -[Message generated by LibreJS. See https://www.gnu.org/software/librejs/ for more information] -</textarea> + <textarea id="pref_body" rows="5"></textarea> </fieldset> </div> </body> |