MCPcopy Create free account
hub / github.com/DavidWells/analytics / l

Function l

packages/analytics-plugin-intercom/src/browser.js:133–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 };
132 w.Intercom = i;
133 var l = function() {
134 var s = d.createElement("script");
135 s.type = "text/javascript";
136 s.async = true;
137 s.src = "https://widget.intercom.io/widget/" + appId;
138 var x = d.getElementsByTagName("script")[0];
139 x.parentNode.insertBefore(s, x);
140 };
141 if (document.readyState === "complete") {
142 l();
143 } else if (w.attachEvent) {

Callers 1

intercomPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected