mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
Preload intro graph data while the user is viewing the splash screen
This commit is contained in:
@@ -23,6 +23,9 @@ export function uiSplash(context) {
|
||||
context.storage('sawSplash', true);
|
||||
context.storage('sawPrivacyVersion', context.privacyVersion);
|
||||
|
||||
// fetch intro graph data now, while user is looking at the splash screen
|
||||
context.data().get('intro_graph');
|
||||
|
||||
let modalSelection = uiModal(selection);
|
||||
|
||||
modalSelection.select('.modal')
|
||||
|
||||
Reference in New Issue
Block a user