Skip to content

Commit

Permalink
Merge pull request #126 from penguin-statistics/hot-fix-arkplanner-link
Browse files Browse the repository at this point in the history
fix(ga): disable event logging for ArkPlanner temporarily
  • Loading branch information
GalvinGao authored Aug 24, 2019
2 parents 4b5e8fb + c0042e2 commit 6e1d1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const router = new Router({
path: '/planner',
name: 'Planner',
beforeEnter() {
this.$ga.event('redirect', 'links', 'ArkPlanner', 1)
window.location.replace("https://planner.penguin-stats.io")
},
meta: {
Expand Down

1 comment on commit 6e1d1e8

@vercel
Copy link

@vercel vercel bot commented on 6e1d1e8 Aug 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.