Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion

This commit is contained in:
Philipp Schaefer 2013-08-01 00:17:01 +02:00
commit e84cfb3a0d

View File

@ -129,7 +129,7 @@ window.setupMap = function() {
window.map = new L.Map('map', $.extend(getPosition(), window.map = new L.Map('map', $.extend(getPosition(),
{zoomControl: window.showZoom} {zoomControl: window.showZoom, minZoom: 1, maxZoom: 22}
)); ));
// add empty div to leaflet control areas - to force other leaflet controls to move around IITC UI elements // add empty div to leaflet control areas - to force other leaflet controls to move around IITC UI elements