Skip to content

Commit

Permalink
Add Keen.io async library loading code
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed May 22, 2015
1 parent 00c40a8 commit 2fa011d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<title>Primal Multiplication Tables</title>
</head>

<body>
<div id="mainContainer"></div>

<!-- app -->
<script src="app.min.js"></script>
</body>

<head>
<title>Primal Multiplication Tables</title>
<script>
!function(a,b){a("Keen","https://d26b395fwzu5fz.cloudfront.net/3.2.4/keen.min.js",b)}(function(a,b,c){var d,e,f;c["_"+a]={},c[a]=function(b){c["_"+a].clients=c["_"+a].clients||{},c["_"+a].clients[b.projectId]=this,this._config=b},c[a].ready=function(b){c["_"+a].ready=c["_"+a].ready||[],c["_"+a].ready.push(b)},d=["addEvent","setGlobalProperties","trackExternalLink","on"];for(var g=0;g<d.length;g++){var h=d[g],i=function(a){return function(){return this["_"+a]=this["_"+a]||[],this["_"+a].push(arguments),this}};c[a].prototype[h]=i(h)}e=document.createElement("script"),e.async=!0,e.src=b,f=document.getElementsByTagName("script")[0],f.parentNode.insertBefore(e,f)},this);
</script>
</head>
<body>
<div id="mainContainer"></div>

<!-- app -->
<script src="app.min.js"></script>
</body>
</html>

0 comments on commit 2fa011d

Please sign in to comment.