From 86820b50ce0e9371d4acdcbd4726ad7e95b682ea Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 9 Feb 2018 20:39:52 +0530 Subject: Update sw.js --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw.js') diff --git a/sw.js b/sw.js index ebfb900..347d1f7 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -importScripts('/cache-polyfill.js'); +importScripts('cache-polyfill.js'); self.addEventListener('install', function(e) { -- cgit v1.2.3