summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mios.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts
index ae1446b934..a73ef45c38 100644
--- a/src/client/app/mios.ts
+++ b/src/client/app/mios.ts
@@ -173,10 +173,9 @@ export default class MiOS extends EventEmitter {
// Init service worker
if (this.shouldRegisterSw) {
- // #4813
- //this.getMeta().then(data => {
- // this.registerSw(data.swPublickey);
- //});
+ this.getMeta().then(data => {
+ this.registerSw(data.swPublickey);
+ });
}
};