remove testing method from script file
This commit is contained in:
parent
4984a26aa7
commit
1117fe3525
|
@ -199,7 +199,6 @@
|
||||||
}).catch(reject)
|
}).catch(reject)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
window.postURL = postURL
|
|
||||||
|
|
||||||
const form = document.querySelector('form')
|
const form = document.querySelector('form')
|
||||||
const submitButton = document.querySelector("#submit")
|
const submitButton = document.querySelector("#submit")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Worker v7
|
// Worker v8
|
||||||
|
|
||||||
self.addEventListener('install', (event) => {
|
self.addEventListener('install', (event) => {
|
||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
|
@ -6,7 +6,7 @@ self.addEventListener('install', (event) => {
|
||||||
return cache.addAll([
|
return cache.addAll([
|
||||||
'/',
|
'/',
|
||||||
'/favicon.ico',
|
'/favicon.ico',
|
||||||
'/scripts.js?3',
|
'/scripts.js?4',
|
||||||
'/style.css?5',
|
'/style.css?5',
|
||||||
'/about?2',
|
'/about?2',
|
||||||
'/icon-512.png',
|
'/icon-512.png',
|
||||||
|
|
|
@ -79,6 +79,6 @@
|
||||||
<a href="/about" target="_blank" title="About the project">About</about>
|
<a href="/about" target="_blank" title="About the project">About</about>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="/scripts.js?3"></script>
|
<script src="/scripts.js?4"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue