Skip to content

Commit

Permalink
update timeout option and gh button
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Apr 19, 2018
1 parent 728785d commit 918a3ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3>Geo-Location (HTML5)</h3>
</div>
<div class="input-group">
<span class="input-group-addon mw-170">Timeout</span>
<input id="txt-html5-timeout" type="number" class="form-control w-150" placeholder="Timeout" value="5000" />
<input id="txt-html5-timeout" type="number" class="form-control w-150" placeholder="Timeout" value="6000" />
<span class="unit">milliseconds</span>
</div>
<div class="input-group">
Expand Down Expand Up @@ -436,13 +436,13 @@ <h3>Public IP Address</h3>
<div id="footer-inner">
<table>
<tr>
<td>Geolocator v2 - Copyright © 2016, <a target="_blank" href="https://github.com/onury">Onur Yıldırım</a>.&nbsp;&nbsp; MIT License.</td>
<td><a class="github-button" target="_blank" href="https://github.com/onury/geolocator" data-icon="octicon-star" data-style="mega" data-count-href="/onury/geolocator/stargazers" data-count-api="/repos/onury/geolocator#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star onury/geolocator on GitHub">Star</a></td>
<td>Geolocator v2 - Copyright © 2018, <a target="_blank" href="https://github.com/onury">Onur Yıldırım</a>.&nbsp;&nbsp; MIT License.</td>
<td><a class="github-button" href="https://github.com/onury/geolocator" data-size="large" data-show-count="true" aria-label="Star onury/geolocator on GitHub">Star</a></td>
</tr>
</table>
</div>
</div>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>

</body>

Expand Down

0 comments on commit 918a3ed

Please sign in to comment.