diff options
| author | Phil Crosby | 2009-11-29 01:16:32 -0800 |
|---|---|---|
| committer | Phil Crosby | 2009-11-29 01:16:32 -0800 |
| commit | fe86709787870d37c3efc6933f8c429f1f46cc38 (patch) | |
| tree | bf449a0bdbbbca5e1a864d7fa65cd4763918c62c /settings.html | |
| parent | b04b0320cbeca73d5fac88b1c84f3c666cd2e6c4 (diff) | |
| parent | 44a63c99a86032c0a73abb86fc2cb763bcd00a98 (diff) | |
| download | vimium-fe86709787870d37c3efc6933f8c429f1f46cc38.tar.bz2 | |
Merge branch 'master' of github.com:philc/vimium
Diffstat (limited to 'settings.html')
| -rw-r--r-- | settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.html b/settings.html index f0cb87f5..004d3e11 100644 --- a/settings.html +++ b/settings.html @@ -23,10 +23,10 @@ function restoreOptions() { // TODO(ilya): Create a single option list with defaults somewhere to share across various scripts. var scrollStepSize = localStorage["scrollStepSize"] || 60; - var defaultZoomLvel = localStorage["defaultZoomLevel"] || 100; + var defaultZoomLevel = localStorage["defaultZoomLevel"] || 100; document.getElementById("scrollStepSize").value = scrollStepSize; - document.getElementById("defaultZoomLevel").value = defaultZoomLvel + document.getElementById("defaultZoomLevel").value = defaultZoomLevel; } </script> |
