Skip to content

Commit

Permalink
Merge pull request #57 from mejackreed/update-leaflet
Browse files Browse the repository at this point in the history
update leaflet versions for examples
  • Loading branch information
mejackreed authored Dec 5, 2016
2 parents 378355f + 9e748b8 commit 12797dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/example.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/leaflet.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="https://unpkg.com/[email protected].1/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/leaflet.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../leaflet-iiif.js"></script>
</head>
Expand All @@ -13,4 +13,4 @@
</div>
<script src="iiif-example.js"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.2/dist/leaflet.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="//cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
<script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../leaflet-iiif.js"></script>
</head>
Expand All @@ -12,4 +12,4 @@
</div>
<script src="index.js"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions examples/manifest.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/leaflet.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="https://unpkg.com/[email protected].1/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/leaflet.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../leaflet-iiif.js"></script>
</head>
Expand All @@ -13,4 +13,4 @@
</div>
<script src="iiif-manifest-example.js"></script>
</body>
</html>
</html>

0 comments on commit 12797dd

Please sign in to comment.