Explorar el Código

Disable spellcheck on the blacklist input

master
Fen Dweller hace 5 años
padre
commit
78bff343c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config.html

+ 1
- 1
config.html Ver fichero

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


Cargando…
Cancelar
Guardar