removed wrong semicolon
This commit is contained in:
parent
7e35c95e2c
commit
e7a296b2b3
@ -12,7 +12,7 @@ window.setupGeosearch = function() {
|
||||
e.preventDefault();
|
||||
});
|
||||
$('#geosearchwrapper img').click(function(){
|
||||
map.locate({setView : true, maxZoom: 13});;
|
||||
map.locate({setView : true, maxZoom: 13});
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user