Browse Source

Disable spellcheck on the blacklist input

master
Fen Dweller 5 years ago
parent
commit
78bff343c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.html

+ 1
- 1
config.html View File

@@ -7,7 +7,7 @@
<body>
<label for="blacklist" id="blacklist-label"></label>
<br>
<textarea id="blacklist" name="blacklist">
<textarea spellcheck="false" id="blacklist" name="blacklist">

</textarea>
<button id="confirm">Save+Close</button>


Loading…
Cancel
Save