diff --git a/main.js b/main.js
index 2fcbf57..281a1ad 100644
--- a/main.js
+++ b/main.js
@@ -1392,11 +1392,11 @@ Inspector.prototype.registerMapTab = function () {
.range( [ 5, 18 ] );
map = L.map( 'map' ).setView( [ 0, 0 ], 2 );
new L.TileLayer(
- 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+ '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
minZoom: 2,
maxZoom: 18,
- attribution: 'Map data © OpenStreetMap contributors'
+ attribution: 'Map data © OpenStreetMap contributors'
}
)
.addTo( map );