Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jan 9, 2010
1 parent 85aff55 commit 8d78628
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.html
Expand Up @@ -65,7 +65,7 @@
localStorage["scrollStepSize"] = document.getElementById("scrollStepSize").value
localStorage["defaultZoomLevel"] = document.getElementById("defaultZoomLevel").value
localStorage["excludedUrls"] = document.getElementById("excludedUrls").value;
localStorage["hintCharacters"] = document.getElementById("hintCharacters").value;
localStorage["hintCharacters"] = document.getElementById("hintCharacters").value;
localStorage["linkHintsCss"] = document.getElementById("linkHintsCss").value;

// Give the user some feedback that their options were saved.
Expand Down Expand Up @@ -103,7 +103,7 @@
document.getElementById("scrollStepSize").value = scrollStepSize;
document.getElementById("defaultZoomLevel").value = defaultZoomLevel;
document.getElementById("excludedUrls").value = defaultExcludedUrls;
document.getElementById("hintCharacters").value = hintCharacters;
document.getElementById("hintCharacters").value = hintCharacters;
document.getElementById("linkHintsCss").value = linkHintsCss;
}
</script>
Expand All @@ -121,11 +121,11 @@ <h1>Vimium - Settings</h1>
<td><input id="defaultZoomLevel" type="text" value="100" />%</td>
<td><span class="example">(default: 100)</span></td>
</tr>
<tr>
<tr>
<td><span class="caption">hint Characters</span></td>
<td><input id="hintCharacters" type="text" /></td>
<td><span class="example">(default: sadfjklewcmp)</span></td>
</tr>
</tr>
<tr>
<td colspan="3">
<div class="wrapper">
Expand Down

0 comments on commit 8d78628

Please sign in to comment.