Skip to content

Commit

Permalink
https resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ianshward committed Sep 16, 2013
1 parent f6144f2 commit 36f20bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions facet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>clustr</title>
<script src='http://js.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.js'></script>
<link href='http://js.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.css' rel='stylesheet' />
<script src='markers.js'></script>
<script type='text/javascript'
src='src/clustr.js'></script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Clustr | MapBox</title>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script src='src/clustr.js'></script>
<script src='src/scale_factory.js'></script>
<script src='src/merge_intersecting.js'></script>
Expand Down

0 comments on commit 36f20bf

Please sign in to comment.