* VRFS-770 - easy fix; if a developer client build, make sure to create a context.ga
This commit is contained in:
parent
6472fa95ad
commit
025ae0cdc8
|
|
@ -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