mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 19:58:00 +01:00
remove service worker on landing page
This commit is contained in:
parent
0dfaa67d11
commit
a3ae2bec2d
1 changed files with 1 additions and 4 deletions
|
@ -1324,10 +1324,7 @@ links.forEach(link => {
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
|
||||||
if ('serviceWorker' in navigator) {
|
|
||||||
navigator.serviceWorker.register('service-worker.js');
|
|
||||||
}
|
|
||||||
// @license-end
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body >
|
</body >
|
||||||
|
|
Loading…
Reference in a new issue