Skip to content

Commit

Permalink
changed range of resolution slider (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy J. Arnold committed Jul 14, 2010
1 parent 0045e91 commit 4f254d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMaps.php
Expand Up @@ -342,7 +342,7 @@ function addAddress() {
<div>
<form name="input" action="GMaps.php" method="get">
Resolution: <input type="range" name="Resolution"
min="1" max="100" step="5"
min="1" max="50" step="1"
value="25"
onChange="changeResolution(
this.value,getElementsByName('Opacity')[0].value)" />
Expand Down

0 comments on commit 4f254d5

Please sign in to comment.