浏览代码

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>


正在加载...
取消
保存