$matomo is back

This commit is contained in:
KatKatKateryna
2021-12-02 14:03:11 +08:00
parent 1f2b3d3aef
commit 4ebac2afe1
2 changed files with 2 additions and 2 deletions
@@ -242,7 +242,7 @@ export default {
async editApp() {
if (!this.$refs.form.validate()) return
//this.$matomo && this.$matomo.trackPageView('user/app/update')
this.$matomo && this.$matomo.trackPageView('user/app/update')
try {
let res = await this.$apollo.mutate({
@@ -259,7 +259,7 @@ export default {
})
},
deleteCommit() {
//this.$matomo && this.$matomo.trackPageView('commit/delete')
this.$matomo && this.$matomo.trackPageView('commit/delete')
let commitBranch = null
if (this.stream && this.stream.commit && this.stream.commit.branchName && this.stream.commit.branchName) commitBranch = this.stream.commit.branchName