This commit is contained in:
remi 2022-07-31 09:28:37 +02:00
parent b6b3655142
commit ef9aed3126
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
</button> </button>
</div> </div>
<div> <div>
<a id="showAllWords">show all words</a> <a id="randomWord">random word</a> <a href="#">resources</a> <a id="showAllWords">show all words</a> <a id="randomWord">random word</a> <a href="https://heonian.dreamnotes.space">wiki</a>
</div> </div>
<noscript>turn on js doofus</noscript> <noscript>turn on js doofus</noscript>
<span id="update">update available! close all open hisho tabs and reopen hisho to update.</span> <span id="update">update available! close all open hisho tabs and reopen hisho to update.</span>

2
sw.js
View File

@ -1,4 +1,4 @@
const currentVersion = '23628'; const currentVersion = '7675';
const addResourcesToCache = async (resources) => { const addResourcesToCache = async (resources) => {
const cache = await caches.open(currentVersion); const cache = await caches.open(currentVersion);