This repository has been archived by the owner on Feb 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in latest analytics changes which remove Google Analytics classic. (Run `git pull origin master` within toolkit directory)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule toolkit
updated
19 files
+1 −1 | .gitignore | |
+40 −0 | CHANGELOG.md | |
+1 −2 | Gruntfile.js | |
+1 −1 | VERSION.txt | |
+26 −29 | docs/analytics.md | |
+58 −5 | docs/javascript.md | |
+64 −0 | javascripts/govuk/analytics/analytics.js | |
+0 −127 | javascripts/govuk/analytics/google-analytics-classic-tracker.js | |
+23 −0 | javascripts/govuk/analytics/google-analytics-universal-tracker.js | |
+0 −50 | javascripts/govuk/analytics/tracker.js | |
+28 −11 | javascripts/govuk/multivariate-test.js | |
+7 −2 | spec/manifest.js | |
+4 −4 | spec/support/LocalTestRunner.html | |
+3 −11 | spec/support/load.js | |
+38 −31 | spec/unit/MultivariateTestSpec.js | |
+63 −0 | spec/unit/analytics/AnalyticsSpec.js | |
+0 −124 | spec/unit/analytics/GoogleAnalyticsClassicTrackerSpec.js | |
+0 −74 | spec/unit/analytics/TrackerSpec.js | |
+4 −1 | stylesheets/_colours.scss |