fix zoom_range to zoomout_range
This commit is contained in:
parent
028e7e8dde
commit
6a43c2deb5
|
@ -184,7 +184,7 @@ function tlZoomBounds( minTime, maxTime ) {
|
|||
}
|
||||
|
||||
function tlZoomOut() {
|
||||
location.replace('?view='+currentView+filterQuery+'&midTime='+midTime+'&range='+zoom_range);
|
||||
location.replace('?view='+currentView+filterQuery+'&midTime='+midTime+'&range='+zoomout_range);
|
||||
}
|
||||
|
||||
function tlPanLeft() {
|
||||
|
|
Loading…
Reference in New Issue