Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
fa-filter
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Disable spellcheck on the blacklist input
master
Fen Dweller
5 anni fa
parent
dc7656faf4
commit
78bff343c0
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.html
+ 1
- 1
config.html
Vedi 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…
Annulla
Salva