From 025ae0cdc8e855b01b952ffccc37870de5bc8df5 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 10 Oct 2013 01:32:35 +0000 Subject: [PATCH] * VRFS-770 - easy fix; if a developer client build, make sure to create a context.ga --- 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; } }