Use Intercom's CDN script instead.

master
Nick Sergeant 2013-05-29 13:27:55 -04:00
parent 692e282c4c
commit 760ee3dc9c
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@
function async_load() {
var s = document.createElement('script');
s.type = 'text/javascript'; s.async = true;
s.src = 'https://api.intercom.io/api/js/library.js';
s.src = 'https://static.intercomcdn.com/intercom.v1.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
}