瀏覽代碼

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>


Loading…
取消
儲存