Skip to content

Commit

Permalink
Fix bad tel: link in example/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst authored and brianleroux committed Sep 6, 2011
1 parent 6c3d13f commit 9eb02a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>Width: <span id="width"> &nbsp;</span>, Height: <span id="height">&nbsp;
</dl>
<a href="#" class="btn large" onclick="toggleAccel();">Toggle Accelerometer</a>
<a href="#" class="btn large" onclick="getLocation();">Get Location</a>
<a href="tel://411" class="btn large">Call 411</a>
<a href="tel:411" class="btn large">Call 411</a>
<a href="#" class="btn large" onclick="beep();">Beep</a>
<a href="#" class="btn large" onclick="vibrate();">Vibrate</a>
<a href="#" class="btn large" onclick="show_pic();">Get a Picture</a>
Expand Down

0 comments on commit 9eb02a4

Please sign in to comment.