mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
10 lines
No EOL
362 B
JavaScript
10 lines
No EOL
362 B
JavaScript
IntercomInit=function() {
|
|
var i=function(){i.c(arguments)};i.q=[];
|
|
i.c=function(args){i.q.push(args)};window.Intercom=i;
|
|
|
|
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);
|
|
}; |