In the lf_statistics module there are calls to Google's pageTracker._trackPageview function. It caught my attention because we are using the Google legacy API and these calls were resulting in JavaScript errors.
Additionally we are using the google_analytics module and this results in 2 calls to ga rather than the one that is expected.
Here is a patch that fixes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| loopfuse_0.patch | 2.17 KB | paul.lovvik |
Comments
Comment #1
mcrittenden commented