b225f12c6e4e4f1f59539d1aef74c8edff510783 hiram Fri Jun 20 08:09:27 2014 -0700 add display features to get demographics refs #13120 diff --git src/hg/lib/googleAnalytics.c src/hg/lib/googleAnalytics.c index d165398..6d966b5 100644 --- src/hg/lib/googleAnalytics.c +++ src/hg/lib/googleAnalytics.c @@ -18,22 +18,22 @@ done = TRUE; /* do not repeat this by mistake */ char *analyticsKey = cfgOption("analyticsKey"); /* if config is missing or empty, nothing happens here */ if (isEmpty(analyticsKey)) return; /* updated to Universal Analytics code 2014-06-19 */ hPrintf("\n", analyticsKey); }