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