Skip to content

Commit 9467398

Browse files
argiloTheSkorm
authored andcommitted
Remove references to AppCache
1 parent 8a21aef commit 9467398

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
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 & 38 deletions
This file was deleted.

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)