mirror of
https://codeberg.org/ashley/poke
synced 2026-04-19 18:17:57 +00:00
remove service worker on landing page
This commit is contained in:
@@ -111,10 +111,3 @@ body {
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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>
|
|
||||||
Reference in New Issue
Block a user