fly to bovarunds!
This commit is contained in:
parent
8acb8e0f3f
commit
6e59b8b579
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ c3nav = {
|
||||||
const location = c3nav.locations_by_id[possible_locations[Math.floor(Math.random() * possible_locations.length)]];
|
const location = c3nav.locations_by_id[possible_locations[Math.floor(Math.random() * possible_locations.length)]];
|
||||||
c3nav._locationinput_set($('#destination-input'), location);
|
c3nav._locationinput_set($('#destination-input'), location);
|
||||||
c3nav.update_state(false);
|
c3nav.update_state(false);
|
||||||
c3nav.fly_to_bovarunds(true);
|
c3nav.fly_to_bounds(true);
|
||||||
$cover.animate({
|
$cover.animate({
|
||||||
left: width + $button.width() / 2 + 'px'
|
left: width + $button.width() / 2 + 'px'
|
||||||
}, 300, 'swing');
|
}, 300, 'swing');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue