From 2888d4989abe175b539e3fa74f4a4bd6d4ac2681 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 10 Oct 2013 01:34:19 +0000 Subject: [PATCH] * VRFS-770 - add context.ga if a developer build of the client --- web/app/views/shared/_ga.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/views/shared/_ga.html.erb b/web/app/views/shared/_ga.html.erb index b1c147703..fb3cd03b2 100644 --- a/web/app/views/shared/_ga.html.erb +++ b/web/app/views/shared/_ga.html.erb @@ -6,6 +6,7 @@ if(currentVersion == null || currentVersion.indexOf("Compiled") > -1) { // don't track dev version of the client + context.ga = function() {} return; } }