Skip to content

Commit

Permalink
Merge pull request #515 from DemocracyEarth/graph
Browse files Browse the repository at this point in the history
Analytics Package
  • Loading branch information
santisiri authored Jul 6, 2020
2 parents c429037 + 755170e commit 774a612
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ [email protected]
[email protected]
miro:preloader
harrison:papa-parse
reywood:iron-router-ga
1 change: 1 addition & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
reywood:[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
3 changes: 3 additions & 0 deletions imports/startup/both/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ if (Meteor.isClient) {
import '/imports/ui/templates/components/identity/card/card.js';
import '/imports/ui/templates/components/decision/contract/contract.js';
import '/imports/ui/templates/widgets/feed/feed.js';

Router.plugin('reywood:iron-router-ga');
}

/**
Expand Down Expand Up @@ -101,6 +103,7 @@ Router.configure({
loadingTemplate: 'load',
notFoundTemplate: 'notFound',
controller: 'PreloadController',
trackPageView: true,
preload: {
verbose: false,
timeOut: 5000,
Expand Down

0 comments on commit 774a612

Please sign in to comment.