Merge pull request +15671 from c9/profile-ide-remove-intercom

Profile + IDE - Remove Intercom Messenger and replace with emails to support@c9.io
pull/333/merge
Arron Bailiss 2017-09-27 15:03:27 +02:00 zatwierdzone przez GitHub
commit 426251a5c7
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -64,12 +64,7 @@ define(function(require, exports, module) {
}
analytics.track("Initiated Support Request");
if (window.Intercom) {
window.Intercom('show');
}
else {
window.open('mailto:support@c9.io');
}
window.open('mailto:support@c9.io');
}
}), c += 100, plugin);