$matomo is back
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user