From ad434cb82e55e0f92c43384da8971dfb799633fb Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 13 Jan 2016 17:33:06 +0000 Subject: [PATCH] GA bugfix --- vector/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vector/index.html b/vector/index.html index f27b01d1e8..8fb479951e 100644 --- a/vector/index.html +++ b/vector/index.html @@ -58,6 +58,9 @@ ga('create', 'UA-54779209-2', 'auto'); ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash); } + else { + var ga = null; + }