diff options
| -rw-r--r-- | pages/exclusions.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pages/exclusions.html b/pages/exclusions.html index 434f81d2..0a9e715b 100644 --- a/pages/exclusions.html +++ b/pages/exclusions.html @@ -1,4 +1,3 @@ -<!-- This is loaded into options.html and popup.html by options.coffee --> <table id="exclusionRules"> <tr> <td><span class="exclusionHeaderText">Patterns</span></td> @@ -7,10 +6,8 @@ </table> <template id="exclusionRuleTemplate"> <tr class="exclusionRuleTemplateInstance"> - <td> - <input/ type="text" class="pattern" spellcheck="false" placeholder="URL pattern"></td> - <td class="exclusionRulePassKeys"> - <input/ type="text" class="passKeys" spellcheck="false" placeholder="Exclude keys"></td> + <td><input/ type="text" class="pattern" placeholder="URL pattern"></td> + <td class="exclusionRulePassKeys"><input/ type="text" class="passKeys" placeholder="Exclude keys"></td> <td class="exclusionRemoveButton"> <input/ type="button" class="exclusionRemoveButtonButton" value="✖"></td> </tr> |
