Skip to content

Commit

Permalink
Update Javascript tracker (closes #71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemirenes authored and BenFradet committed Dec 13, 2017
1 parent 91e377a commit f214fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/resources/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" href="assets/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>

<body>
<header class="header">
<a href="#/overview"><img id="logo" src="assets/img/logo-white.png" /></a>
Expand All @@ -22,7 +22,7 @@ <h1 id="text">SNOWPLOW MINI</h1>
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://d1fc8wv8zag5ca.cloudfront.net/2.6.0/sp.js","snowplow"));
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://d1fc8wv8zag5ca.cloudfront.net/2.8.2/sp.js","snowplow"));
var collector = window.location.host;
window.snowplow('newTracker','rt',collector, {
encodeBase64: false,
Expand Down

0 comments on commit f214fea

Please sign in to comment.