Skip to content

Commit

Permalink
Make preview useable offline by adding explicit protocoll for leaflet…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
Wanztwurst authored and jieter committed Jul 23, 2017
1 parent 5f64372 commit 26755c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />

<style>
html {
Expand Down Expand Up @@ -77,7 +77,7 @@ <h4><a href="https://github.com/leaflet-extras/leaflet-providers">Leaflet-provid
</div>
<div id="map" class="map"></div>

<script src="//unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="../leaflet-providers.js"></script>

<script src="vendor/L.Control.Layers.Minimap.js"></script>
Expand Down

0 comments on commit 26755c1

Please sign in to comment.