aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-12-22 10:02:21 +0000
committerStephen Blott2014-12-22 10:02:21 +0000
commit40a64e3d47a06548b18231f19a86631aa1ef265b (patch)
tree92f979e36f3f5892fcab2951bc63192a76536a89
parent2aa9eace76b71ba63d475e10a2e823b77ed59c8e (diff)
downloadvimium-40a64e3d47a06548b18231f19a86631aa1ef265b.tar.bz2
Exclusion; disable spellchecking.
-rw-r--r--pages/exclusions.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/pages/exclusions.html b/pages/exclusions.html
index 0a9e715b..434f81d2 100644
--- a/pages/exclusions.html
+++ b/pages/exclusions.html
@@ -1,3 +1,4 @@
+<!-- This is loaded into options.html and popup.html by options.coffee -->
<table id="exclusionRules">
<tr>
<td><span class="exclusionHeaderText">Patterns</span></td>
@@ -6,8 +7,10 @@
</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>
+ <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="&#x2716;"></td>
</tr>