mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
10 lines
No EOL
298 B
JavaScript
10 lines
No EOL
298 B
JavaScript
var GoSquared = {};
|
|
|
|
function GoSquaredInit(){
|
|
window._gstc_lt = +new Date;
|
|
var d = document, g = d.createElement("script");
|
|
g.type = "text/javascript";
|
|
g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
|
|
var s = d.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(g, s);
|
|
} |