From dc0b721d8a2e09ff120b4152a29f154f7fdf551d Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Thu, 9 Feb 2017 20:47:58 -0800 Subject: [PATCH] Comment out service workers for now --- server/static/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/static/index.html b/server/static/index.html index 5292ee21f..13409dceb 100644 --- a/server/static/index.html +++ b/server/static/index.html @@ -7,7 +7,7 @@ margin: 0; padding: 0; } - + #root { flex: 1; height: 100%; @@ -33,14 +33,14 @@