File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 44/index.html
55/service-worker.js
66/js /version.json
7- cache.manifest
87tiles /
Original file line number Diff line number Diff line change 2929 Header append Vary User -Agent
3030</IfModule >
3131
32- AddType text/cache-manifest .manifest
33- AddType text/cache-manifest .appcache
34-
3532AddType application/x-font-woff .woff
3633AddType application/x-font-ttf .ttf
3734AddType application/vnd.ms-fontobject .eot
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ function trackerInit() {
217217 if ( ! map ) load ( ) ;
218218}
219219
220- // if for some reason, applicationCache is not working, load the app after a 3s timeout
220+ // load the app after a 3s timeout
221221var initTimer = setTimeout ( trackerInit , 3000 ) ;
222222
223223var listScroll ;
You can’t perform that action at this time.
0 commit comments