This commit is contained in:
Daniel Preussker
2015-11-05 09:49:24 +00:00
parent 73eaf5ebf6
commit 1a5bf414c3
2 changed files with 5 additions and 2 deletions

View File

@ -152,7 +152,6 @@ marker.bindPopup(title);
$temp_output .= 'map.addLayer(markers);
map.scrollWheelZoom.disable();
$(document).ready(function(){
$("#leaflet-map").css("height",($("#leaflet-map").parent().innerHeight()-55) + "px");
$("#leaflet-map").on("click", function(event) {
map.scrollWheelZoom.enable();
});