1
Fork 0

auto delete theh offline cache

This commit is contained in:
Ashley 2023-12-29 19:41:28 +00:00
parent e6bb256299
commit 5e764abccc

View file

@ -108,6 +108,11 @@ body {
<style>@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v4-shims.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v5-font-face.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v4-font-face.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/assets/fe06fc099b/108504408/custom-icons.css?token=fe06fc099b);</style>
<script>
var cacheVersion = 1;
caches.delete('offline-cache' + cacheVersion)
</script>
</div>
</body>
</html>