소스 검색

Disable spellcheck on the blacklist input

master
Fen Dweller 5 년 전
부모
커밋
78bff343c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      config.html

+ 1
- 1
config.html 파일 보기

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


불러오는 중...
취소
저장