mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
remove service worker on account page
This commit is contained in:
parent
8929133b30
commit
a557870ca3
1 changed files with 1 additions and 8 deletions
|
@ -94,10 +94,3 @@ a {
|
|||
</body>
|
||||
</html>
|
||||
|
||||
<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>
|
Loading…
Reference in a new issue