Skip to content

Commit fd2e9d9

Browse files
committed
Remove references to AppCache
1 parent 8a21aef commit fd2e9d9

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
/index.html
55
/service-worker.js
66
/js/version.json
7-
cache.manifest
87
tiles/

.htaccess

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
Header append Vary User-Agent
3030
</IfModule>
3131

32-
AddType text/cache-manifest .manifest
33-
AddType text/cache-manifest .appcache
34-
3532
AddType application/x-font-woff .woff
3633
AddType application/x-font-ttf .ttf
3734
AddType application/vnd.ms-fontobject .eot

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
221221
var initTimer = setTimeout(trackerInit, 3000);
222222

223223
var listScroll;

0 commit comments

Comments
 (0)