19dc6cc169b4bfa2f153c8743b74744d0bd9a5d1 hiram Wed Sep 24 14:55:02 2014 -0700 I dont think it matters, but google says the require displayfeatures is supposed to be between create and send statements refs #13120 diff --git src/hg/lib/googleAnalytics.c src/hg/lib/googleAnalytics.c index b21b625..636ed2a 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); }