mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Fixed Service Worker (#976)
* Update cache.js * Update cache.js * Create sw.js * Delete sw.js
This commit is contained in:
committed by
Jeffrey Warren
parent
fd981634fa
commit
2f86dcb0c8
@@ -36,4 +36,4 @@ var setupCache = function() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = setupCache;
|
module.exports = setupCache;
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ self.addEventListener('fetch', function(event) {
|
|||||||
});
|
});
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user