File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ define(['./workbox-d9a5ed57'], (function (workbox) { 'use strict';
9191 "revision" : "3ca0b8505b4bec776b69afdba2768812"
9292 } , {
9393 "url" : "index.html" ,
94- "revision" : "0.72clm1a2h2 "
94+ "revision" : "0.5a9d8nr1umo "
9595 } ] , { } ) ;
9696 workbox . cleanupOutdatedCaches ( ) ;
9797 workbox . registerRoute ( new workbox . NavigationRoute ( workbox . createHandlerBoundToURL ( "index.html" ) , {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { flock, initializeFlock } from "./flock.js";
1818import {
1919 options ,
2020 defineBlocks ,
21- initializeVariableIndexes ,
21+ initializeVariableIndexes ,
2222 handleBlockSelect ,
2323 handleBlockDelete ,
2424 CustomZelosRenderer ,
@@ -34,7 +34,7 @@ import {
3434
3535if ( "serviceWorker" in navigator ) {
3636 navigator . serviceWorker
37- . register ( "/flock /sw.js" )
37+ . register ( ". /sw.js" )
3838 . then ( ( registration ) => {
3939 console . log ( "Service Worker registered:" , registration ) ;
4040
You can’t perform that action at this time.
0 commit comments