You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
In customga.js it is assumed ga is available as a global function. This is only the case when Google Analytics has been loaded. Currently there is a check in the view that includes the JS. Ideally the JS would do the check itself to prevent it being run in an environment where ga should be available but for whatever reason isn't.
This would also allow all of the customXX.js files to be combined into a single one which could then be minified and hashed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
customga.js
it is assumedga
is available as a global function. This is only the case when Google Analytics has been loaded. Currently there is a check in the view that includes the JS. Ideally the JS would do the check itself to prevent it being run in an environment wherega
should be available but for whatever reason isn't.This would also allow all of the
customXX.js
files to be combined into a single one which could then be minified and hashed.The text was updated successfully, but these errors were encountered: