From d0e62d209995033a3409103fc87e7847fc58748d Mon Sep 17 00:00:00 2001 From: yackob03 Date: Wed, 18 Dec 2013 19:41:22 -0500 Subject: [PATCH] Don't load olark if the host doesn't specify prod. --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index de2578ce7..8940e9d33 100644 --- a/templates/base.html +++ b/templates/base.html @@ -123,6 +123,7 @@ var isProd = document.location.hostname === 'quay.io'; + {% if request.host == 'quay.io' %} + {% endif %}