mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
remove service worker on watch page
This commit is contained in:
parent
b289fd1918
commit
5347183dc0
@ -3093,12 +3093,7 @@ window.addEventListener('load', () => {
|
|||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
</body>
|
||||||
if ('serviceWorker' in navigator) {
|
|
||||||
navigator.serviceWorker.register('service-worker.js');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
Loading…
Reference in New Issue
Block a user