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,11 +3093,6 @@ window.addEventListener('load', () => {
<% } %> <% } %>
</div> </div>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js');
}
</script>
</body> </body>
</html> </html>
</body> </body>