1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-18 00:20:23 -07:00

Fix service-worker.js

This commit is contained in:
RobinLinus 2019-03-13 19:59:40 +01:00
parent cffbdeaecf
commit f4b219cd7c

View File

@ -1,5 +1,3 @@
<<<<<<< Updated upstream
=======
var CACHE_NAME = 'snapdrop-cache-v1.042';
var urlsToCache = [
'/',
@ -60,4 +58,4 @@ self.addEventListener('fetch', function(event) {
client.postMessage({ shareTargetFile, shareTargetText });
}());
});
>>>>>>> Stashed changes