Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
- Changed wording in the address box and slider prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffseif committed Feb 9, 2014
1 parent 564f808 commit c6dd55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<div id='menu'>
<div id='find'>
<input type='search' id='address' placeholder='Enter an address' onkeyup='KeyPress(event)' /><img id='paw' src='./static/img/dogWalkScore.png' onclick='PawClick()' />
<input type='search' id='address' placeholder='Enter an address in SF' onkeyup='KeyPress(event)' /><img id='paw' src='./static/img/dogWalkScore.png' onclick='PawClick()' />
</div>
<div id='slider'>
Where do you go with your dog?<br /><br />
Where do you want to go<br />with your dog?<br /><br />
<span title='Dog-friendly restaurants'>Restaurants</span><input class='slider' type='range' onchange='SliderMove()' min='0' max='9' value='9' id='food' /><br />
<span title='Dog-friendly bars'>Bars</span><input class='slider' type='range' onchange='SliderMove()' min='0' max='9' value='5' id='drink' /><br />
</div>
Expand Down

0 comments on commit c6dd55c

Please sign in to comment.