aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-12-22 13:47:03 +0000
committerStephen Blott2014-12-22 13:47:03 +0000
commite291ca271ea5742efb6338db035eb6d4d4c14535 (patch)
tree24dd44b4bffc29894e6d1ca467871a4a8cbb6c79
parent40a64e3d47a06548b18231f19a86631aa1ef265b (diff)
downloadvimium-e291ca271ea5742efb6338db035eb6d4d4c14535.tar.bz2
Revert "Exclusion; disable spellchecking."
This reverts commit 40a64e3d47a06548b18231f19a86631aa1ef265b. This was causing *all* rules to be displayed. Will revert until I figure out why.
-rw-r--r--pages/exclusions.html7
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="&#x2716;"></td>
</tr>