Fix indentation.
This commit is contained in:
parent
23b6b20e35
commit
4ef3012417
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@
|
|||
this.map.zoomToExtent(extent);
|
||||
} else {
|
||||
this.map.zoomToMaxExtent();
|
||||
}
|
||||
}
|
||||
|
||||
var center = getMapCenter();
|
||||
var center = getMapCenter();
|
||||
$("larger_map").href = '/?lat='+center.lat+'&lon='+center.lon+'&zoom='+this.map.getZoom();
|
||||
$("larger_map").innerHTML = "<%= t 'browse.map.view_larger_map' %>";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue