Skip to content

Commit

Permalink
Use HTTP for Leaflet cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Bonifas committed May 19, 2016
1 parent 87b1b2c commit 9346e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<title>Leaflet.TextPath</title>

<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />

<script src="//cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src="leaflet.textpath.js"></script>
<style>
#map {
Expand Down

0 comments on commit 9346e0e

Please sign in to comment.