Initial V1 Backup
This commit is contained in:
5
static/sw.js
Normal file
5
static/sw.js
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register("{{ url_for('static', filename='sw.js') }}");
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user