From 695e885f35c795b1cb26b810e72623b875baa120 Mon Sep 17 00:00:00 2001 From: Arron Bailiss Date: Wed, 27 Sep 2017 06:20:16 +0000 Subject: [PATCH] Profile + IDE - Remove Intercom Messenger and replace with emails to support@c9.io --- plugins/c9.ide.help.support/support.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/c9.ide.help.support/support.js b/plugins/c9.ide.help.support/support.js index 7f1ea90f..6ebcbf61 100644 --- a/plugins/c9.ide.help.support/support.js +++ b/plugins/c9.ide.help.support/support.js @@ -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);