From 46a51addade571d3d00d2cbc92f94b51c78dc709 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 14 Nov 2018 16:39:04 +0900 Subject: [PATCH] =?UTF-8?q?ServiceWorker=E3=81=AF=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=86=E3=83=8A=E3=83=B3=E3=82=B9=E3=81=95=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=AA=E3=81=84=E3=81=AE=E3=81=A7=E3=81=A8=E3=82=8A?= =?UTF-8?q?=E3=81=82=E3=81=88=E3=81=9A=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/mios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts index ef5a10de6..2f5dcde15 100644 --- a/src/client/app/mios.ts +++ b/src/client/app/mios.ts @@ -172,7 +172,7 @@ export default class MiOS extends EventEmitter { callback(); // Init service worker - if (this.shouldRegisterSw) this.registerSw(); + //if (this.shouldRegisterSw) this.registerSw(); }; // キャッシュがあったとき