remove service worker on watch page

This commit is contained in:
Ashley 2023-12-28 13:50:36 +00:00
parent b289fd1918
commit 5347183dc0

View file

@ -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>
<% } %> <% } %>