From 55bc1d7d0335dbe6a7f4cffd79f806f294202ab6 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 30 Oct 2017 17:28:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=20=D1=80=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81?= =?UTF-8?q?=20=D0=B2=D0=BE=D1=80=D0=BA=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 65e4a58..9557d0f 100644 --- a/src/app.js +++ b/src/app.js @@ -13,7 +13,7 @@ window.torrentSocket = io(document.location.protocol + '//' + document.location. // http://stackoverflow.com/a/34015469/988941 injectTapEventPlugin(); -//registerServiceWorker(); +registerServiceWorker(); let loadersCount = 0; let appReady = false;