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;