summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-08 21:52:30 +0200
committerYour Name <you@example.com>2019-06-08 21:52:30 +0200
commit7a8aeaff0e39f128ad007a9c02914dcb7c5e1392 (patch)
tree0deafe8d3f87c31683fea29b723548fb30fb9c5a
parent0af39ef44d286b1836941f8d7800e9f959026089 (diff)
downloadhacklab.brussels-7a8aeaff0e39f128ad007a9c02914dcb7c5e1392.tar.gz
small bugs hackmap
-rw-r--r--hackmap/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hackmap/index.html b/hackmap/index.html
index c12e011..871a6ca 100644
--- a/hackmap/index.html
+++ b/hackmap/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
- <link rel="stylesheet" href="index.css">
+ <link rel="stylesheet" href="hackmap.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin=""/>
@@ -52,7 +52,7 @@ fillColor: 'orangered',
fillOpacity: 1 ,
radius: 2
}).addTo(map);
-circle.bindPopup('<iframe src="hacklab.brussels"></iframe>');
+circle.bindPopup('<iframe src="https://hacklab.brussels"></iframe>');
circle = L.circle([50.884365143500744, 4.3793392181396475], {
color: 'orangered',