diff --git a/CHANGELOG.md b/CHANGELOG.md index 5924c0665..3020d7728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +- Google Analytics which activates only upon user's explicit consent [#409](https://github.com/open-apparel-registry/open-apparel-registry/pull/409) + ### Changed ### Deprecated diff --git a/src/app/package.json b/src/app/package.json index a5542860a..7733c6a60 100644 --- a/src/app/package.json +++ b/src/app/package.json @@ -15,6 +15,7 @@ "google-map-react": "1.1.2", "immutability-helper": "2.9.0", "lodash": "4.17.11", + "moment": "2.24.0", "prop-types": "15.6.2", "react": "16.7.0", "react-copy-to-clipboard": "5.0.1", diff --git a/src/app/public/index.html b/src/app/public/index.html index 6a90f3277..2eeade6df 100644 --- a/src/app/public/index.html +++ b/src/app/public/index.html @@ -8,7 +8,7 @@ - + @@ -32,15 +32,25 @@