Skip to content

Commit

Permalink
Remove examples ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzidiamond committed Jul 16, 2015
1 parent cae93fc commit a1aeee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoidG1jdyIsImEiOiJIZmRUQjRBIn0.lRARalfaGHnPdRcc-7QZYQ';
var snapshot = document.getElementById('snapshot');
var map = L.mapbox.map('map', 'examples.map-i875kd35')
var map = L.mapbox.map('map', 'mapbox.streets')
.setView([38.88995, -77.00906], 15);

document.getElementById('snap').addEventListener('click', function() {
Expand Down

0 comments on commit a1aeee0

Please sign in to comment.