aboutsummaryrefslogtreecommitdiffstats
path: root/options/options.html
diff options
context:
space:
mode:
authorJez Ng2012-10-29 17:56:32 -0400
committerJez Ng2012-10-29 18:28:33 -0400
commit76622cd99cf671531cfa21c5d6243f3e4e185116 (patch)
treebf0e1922a7f872ea044d3828f3b9e1fdcd67c1c8 /options/options.html
parentc0af54eac713be14d1e3eceeca23139455abb408 (diff)
downloadvimium-76622cd99cf671531cfa21c5d6243f3e4e185116.tar.bz2
Convert strings to numbers when saving options page.
This avoids the need to continually re-parse the strings each time we load the option value.
Diffstat (limited to 'options/options.html')
-rw-r--r--options/options.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.html b/options/options.html
index d5f836e7..f6059618 100644
--- a/options/options.html
+++ b/options/options.html
@@ -188,7 +188,7 @@
<tr>
<td class="caption">Scroll step size</td>
<td>
- <input id="scrollStepSize" type="text" />px
+ <input id="scrollStepSize" type="number" />px
</td>
</tr>
<tr>