remove service worker on account page

This commit is contained in:
Ashley 2023-12-28 13:53:21 +00:00
parent 8929133b30
commit a557870ca3

View file

@ -93,11 +93,4 @@ a {
</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>