Przeglądaj źródła

Disable spellcheck on the blacklist input

master
Fen Dweller 5 lat temu
rodzic
commit
78bff343c0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      config.html

+ 1
- 1
config.html Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz