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 committed Sep 2, 2011
1 parent a6ae85b commit 4f121aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
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 4f121aa

Please sign in to comment.