mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 19:18:08 +01:00
remove service worker on search page
This commit is contained in:
parent
6e0665614f
commit
ff2dc4f86b
1 changed files with 1 additions and 7 deletions
|
@ -604,13 +604,7 @@ font-weight: 1000;
|
|||
</div>
|
||||
|
||||
<script src="/css/custom-css.js"> </script>
|
||||
<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>
|
||||
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in a new issue