This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
fa-filter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Disable spellcheck on the blacklist input
master
Fen Dweller
5 years ago
parent
dc7656faf4
commit
78bff343c0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save