From d3a6ff5b2dc8fe541b62ca072833b9f0e9d0495e Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 29 Oct 2015 17:07:41 -0400 Subject: [PATCH] fix(front-page): Remove extra script tag Why did I even do that? --- website/views/static/front.jade | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/views/static/front.jade b/website/views/static/front.jade index 49ffa53988..63009af221 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -2,9 +2,6 @@ doctype html html(ng-app='habitrpg', ng-controller='RootCtrl') head meta(charset='utf-8') - script(type='text/javascript'). - window.env = !{JSON.stringify(env._.pick(env, env.clientVars))}; - != env.getManifestFiles("tmp_static_front") link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css') title Habitica | Your Life the Role Playing Game meta(name='description', content='')