diff --git a/src/service-worker.js b/src/service-worker.js index 09ab89b..238ed8f 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -11,7 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -const CACHE_VERSION = { 'version': '0.0.907' }; +const CACHE_VERSION = { 'version': '0.0.908' }; const PRECACHE = `jubileeData-${CACHE_VERSION.version}`; const RUNTIME = 'runtime'; @@ -124,7 +124,7 @@ self.addEventListener('fetch', event => { ); }*/ - if (event.request.url.startsWith(self.location.origin)) { + /* if (event.request.url.startsWith(self.location.origin)) { console.log('One of our requests..'); @@ -141,7 +141,7 @@ self.addEventListener('fetch', event => { }); }) ); - } + }*/ if (event.request.url.startsWith('https://maps.googleapis.com')) { const url = new URL(event.request.url);