diff options
| author | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
| commit | 789f5fc259b90dd6a3b21fd2aef1a9e54a19506e (patch) | |
| tree | 7911803b2631ce9b009368c0984f42b442abf46e /src/site/pages/a/_identifier.vue | |
| parent | Fix uploader not showing up when logged in (diff) | |
| download | host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.tar.xz host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.zip | |
Removed google analytics
Diffstat (limited to 'src/site/pages/a/_identifier.vue')
| -rw-r--r-- | src/site/pages/a/_identifier.vue | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/site/pages/a/_identifier.vue b/src/site/pages/a/_identifier.vue index 254ed36..1a60332 100644 --- a/src/site/pages/a/_identifier.vue +++ b/src/site/pages/a/_identifier.vue @@ -130,11 +130,6 @@ export default { this.$toast.open(`Error code ${this.error}`, true, 3000); } */ - this.$ga.page({ - page: `/a/${this.$route.params.identifier}`, - title: `Album | ${this.name}`, - location: window.location.href - }); } }; </script> |