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.

CommentFileSizeAuthor
loopfuse_0.patch2.17 KBpaul.lovvik

Comments

mcrittenden’s picture

Status: Active » Needs review