Skip to content

Commit 8955684

Browse files
slarosanyalldawson
authored andcommitted
Fix the developers map in about dialog
1 parent 57997eb commit 8955684

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/developersmap.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
<head>
44
<title>Developers Map</title>
55
<meta charset="UTF-8">
6-
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
6+
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css"
7+
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
8+
crossorigin="" />
79
<style type="text/css">
810
body { padding: 0; margin: 0; }
911
html, body, #developers-map { height: 100%; }
1012
</style>
11-
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
13+
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"
14+
integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA=="
15+
crossorigin="">
16+
</script>
1217
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
13-
<link rel="points" type="application/json" href="contributors.json">
18+
<link rel="points" type="application/json" href="../resources/data/contributors.json">
1419
</head>
1520
<body>
1621
<div id="developers-map"></div>

0 commit comments

Comments
 (0)