From 10d5fd2f6bf0d31981849c03a85c7f89d66ca6e6 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 25 Jan 2016 10:33:59 -0500 Subject: [PATCH] Only include the global nav when billing is enabled Makes pages load faster for enterprise and not have a flicker --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 6cd9673ff..5472afcb4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -88,8 +88,9 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug