From 32238dd2d950df8d034d43035c6d36098d39379a Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 29 Oct 2017 19:39:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D0=B5=D1=80=D1=89=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=BF=D0=BE=D0=BA=D0=B0=20=D1=87=D1=82=D0=BE=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=20=D0=B2=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B5=D1=80?= 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 9557d0f..65e4a58 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;