1
0
Fork 0

Disable zoom controls on home map

merge-requests/16/head
Nikos Roussos 2014-09-02 12:14:01 +03:00
parent e964415870
commit d8018712cc
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
L.mapbox.accessToken = 'pk.eyJ1IjoicGllcnJvcyIsImEiOiJhTVZyWmE4In0.kl2j9fi24LDXfB3MNdN76w';
var map = L.mapbox.map('map', 'pierros.jbf6la1j').setView([40, 0], 3);
var map = L.mapbox.map('map', 'pierros.jbf6la1j',{
zoomControl: false
}).setView([40, 0], 3);
$('#successful a').click(function (e) {
e.preventDefault()