removed wrong semicolon

This commit is contained in:
Philipp Schaefer 2013-05-24 16:03:24 +02:00
parent 7e35c95e2c
commit e7a296b2b3

View File

@ -12,7 +12,7 @@ window.setupGeosearch = function() {
e.preventDefault(); e.preventDefault();
}); });
$('#geosearchwrapper img').click(function(){ $('#geosearchwrapper img').click(function(){
map.locate({setView : true, maxZoom: 13});; map.locate({setView : true, maxZoom: 13});
}); });
} }