diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-09 20:39:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 20:39:52 +0530 |
commit | 86820b50ce0e9371d4acdcbd4726ad7e95b682ea (patch) | |
tree | dfe429a51618d26c99270a30e1827cd6b656086f | |
parent | 6d6e194f1e4740e22cd69705cb28910771a4ee59 (diff) |
Update sw.js
-rw-r--r-- | sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -importScripts('/cache-polyfill.js'); +importScripts('cache-polyfill.js'); self.addEventListener('install', function(e) { |