mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:37:51 +01:00
remove service worker on watch page
This commit is contained in:
parent
b289fd1918
commit
5347183dc0
1 changed files with 1 additions and 6 deletions
|
@ -3093,12 +3093,7 @@ window.addEventListener('load', () => {
|
|||
<% } %>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('service-worker.js');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue