mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +02:00
Merge branch 'master' into enes-tweaks
This commit is contained in:
commit
8e2364ab64
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default Ember.Service.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
record(id) {
|
record(id) {
|
||||||
if (!this.get('enabled')) {
|
if (!this.get('enabled') || is.empty(this.get('appId'))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@ export default Ember.Service.extend({
|
||||||
this.start();
|
this.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log();
|
||||||
|
|
||||||
Intercom('trackEvent', id); //jshint ignore: line
|
Intercom('trackEvent', id); //jshint ignore: line
|
||||||
Intercom('update'); //jshint ignore: line
|
Intercom('update'); //jshint ignore: line
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue