diff options
Diffstat (limited to 'modern/src/index.js')
-rw-r--r-- | modern/src/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modern/src/index.js b/modern/src/index.js index 547e39ef..1aca25f8 100644 --- a/modern/src/index.js +++ b/modern/src/index.js @@ -12,6 +12,9 @@ import CachingController from './CachingController'; import SocketController from './SocketController'; import theme from './common/theme'; import Navigation from './Navigation'; +import preloadImages from './map/core/preloadImages'; + +preloadImages(); const base = window.location.href.indexOf('modern') >= 0 ? '/modern' : '/'; |