I hereby claim:
- I am em0ney on github.
- I am em0ney (https://keybase.io/em0ney) on keybase.
- I have a public key ASBO3U_ndgV9KleBED5vkfnJfnpuK6sMIeBEONf4cLVkjgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Package.describe({ | |
| name: "amcharts", | |
| summary: "my licensed version of amcharts", | |
| version: "3.13.1" | |
| }); | |
| Package.on_use(function (api) { | |
| api.add_files('lib/amcharts.js', 'client'); | |
| api.add_files('lib/funnel.js', 'client'); | |
| api.add_files('lib/gauge.js', 'client'); |
| if (Meteor.isClient) { | |
| Template.analytics.rendered = function() { | |
| var ga = document.createElement('script'); | |
| ga.type = 'text/javascript'; ga.async = true; | |
| ga.innerHTML = "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-XXXXXXXX-1', 'elliottspira.com');//ga('send', 'pageview');"; | |
| var head = document.getElementsByTagName('head')[0]; | |
| head.appendChild(ga); | |
| }; | |
| } |
| <ul class="list-group"> | |
| <li class="list-group-item-cust list-group-item"><span class="list-group-addon glyphicon glyphicon-calendar"></span> | |
| 8th March 2014</li> | |
| <li class="list-group-item-cust list-group-item"><span class="list-group-addon glyphicon glyphicon-time"></span> | |
| 10:00</li> | |
| <li class="list-group-item-cust list-group-item"><span class="list-group-addon glyphicon glyphicon-flag"></span> | |
| Location</li> | |
| </ul> |