diff options
| author | Stephen Blott | 2014-12-22 14:13:29 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-22 14:13:29 +0000 |
| commit | 93b84200db90c17f59a1ce5333a4ff8258297f2c (patch) | |
| tree | a22492ffa9410c877088efa6a9ea4ab463e1f58d | |
| parent | e291ca271ea5742efb6338db035eb6d4d4c14535 (diff) | |
| download | vimium-93b84200db90c17f59a1ce5333a4ff8258297f2c.tar.bz2 | |
Exclusion; disable spellchecking.
The problem with 40a64e3d47a06548b18231f19a86631aa1ef265b had nothing to
do with spellchecking, but instead was an issue to do with the placement
of whitepsace within exclusions.html
| -rw-r--r-- | pages/exclusions.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/exclusions.html b/pages/exclusions.html index 0a9e715b..b09f2895 100644 --- a/pages/exclusions.html +++ b/pages/exclusions.html @@ -6,9 +6,8 @@ </table> <template id="exclusionRuleTemplate"> <tr class="exclusionRuleTemplateInstance"> - <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> + <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 class="exclusionRemoveButton"><input/ type="button" class="exclusionRemoveButtonButton" value="✖"></td> </tr> </template> |
