Vulcan/client/js/intercom.js

10 lines
362 B
JavaScript
Raw Normal View History

2012-10-05 10:34:34 +09:00
IntercomInit=function() {
var i=function(){i.c(arguments)};i.q=[];
i.c=function(args){i.q.push(args)};window.Intercom=i;
2012-10-05 10:38:44 +09:00
var s = document.createElement('script');
s.type = 'text/javascript'; s.async = true;
s.src = 'https://api.intercom.io/api/js/library.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
2012-10-05 10:34:34 +09:00
};