From 4b1c26add1dc755b80cdc1cea602b54dcc4e7b76 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 6 Feb 2015 17:17:40 +0300 Subject: [PATCH] Update Google Analytics code Use latest tracking blurb straight from Google. Also, the new code uses "auto" for the domain so we don't need to set that anymore. Signed-off-by: Alan Orth --- .../templates/include/google_analytics.html | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/alchemy/templates/include/google_analytics.html b/alchemy/templates/include/google_analytics.html index 22ff2d5..629d932 100644 --- a/alchemy/templates/include/google_analytics.html +++ b/alchemy/templates/include/google_analytics.html @@ -1,17 +1,12 @@ -{% if GOOGLE_ANALYTICS_ID and GOOGLE_ANALYTICS_DOMAIN %} +{% if GOOGLE_ANALYTICS_ID %} {% endif %}