* VRFS-770 - add context.ga if a developer build of the client
This commit is contained in:
parent
f9068c63e4
commit
2888d4989a
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
if(currentVersion == null || currentVersion.indexOf("Compiled") > -1) {
|
||||
// don't track dev version of the client
|
||||
context.ga = function() {}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue