Try something to sort locations along tracked trips
This commit is contained in:
@@ -2,6 +2,7 @@ import * as Api from './api.js';
|
||||
import { setupPopups } from "./popup.js";
|
||||
import { setupLocationsSearch } from './locations-search.js';
|
||||
import { setupJourneysSearch, attachJourneysSearch } from './journeys-search.js';
|
||||
import { trackedTripsLocationsSorted } from './drafting-board.js';
|
||||
import { DataStore } from './datastore.js';
|
||||
|
||||
window.Api = Api;
|
||||
@@ -12,3 +13,5 @@ setupLocationsSearch();
|
||||
setupJourneysSearch();
|
||||
|
||||
attachJourneysSearch(document.querySelector("#journeys-search-button"));
|
||||
|
||||
trackedTripsLocationsSorted();
|
||||
|
Reference in New Issue
Block a user