fix zoom_range to zoomout_range

This commit is contained in:
Isaac Connor 2020-01-16 14:17:40 -05:00
parent 028e7e8dde
commit 6a43c2deb5
1 changed files with 1 additions and 1 deletions

View File

@ -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() {