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