mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 22:37:20 +00:00
Experiments with appcache part 24
This commit is contained in:
parent
a8d8bcdc86
commit
67d39d2dc9
2 changed files with 4 additions and 3 deletions
|
|
@ -48,7 +48,9 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(){
|
(function(){
|
||||||
var webappCache = window.applicationCache;
|
var webappCache = window.applicationCache;
|
||||||
webappCache.addEventListener("updateready", function() { webappCache.swapCache(); }, false);
|
if (webappCache) {
|
||||||
|
webappCache.addEventListener("updateready", function() { webappCache.update(); webappCache.swapCache(); }, false);
|
||||||
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 2015-03-24.v2
|
# 2015-03-24.v3
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
# index
|
|
||||||
|
|
||||||
# Character Creater
|
# Character Creater
|
||||||
/Character/
|
/Character/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue