Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Point demo dependencies to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Aug 20, 2015
1 parent edd86e2 commit be93d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> -->
<!-- <script src="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.js"></script> -->
<script src="../../Leaflet/dist/leaflet-src.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.js"></script>
<!-- <script src="../../Leaflet/dist/leaflet-src.js"></script> -->

<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> -->
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.css" /> -->
<link rel="stylesheet" href="../../Leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-1.0.0-b1/leaflet.css" />
<!-- <link rel="stylesheet" href="../../Leaflet/dist/leaflet.css" /> -->

<script src="../src/Leaflet.ControlledBounds.js"></script>
<link rel="stylesheet" href="styles.css" />
Expand Down

0 comments on commit be93d45

Please sign in to comment.