Skip to content

Instantly share code, notes, and snippets.

@DouweM
Created February 12, 2012 22:25
Show Gist options
  • Save DouweM/1811188 to your computer and use it in GitHub Desktop.
Save DouweM/1811188 to your computer and use it in GitHub Desktop.
Overall Gauge
<iframe id="overall_gauge_frame" src="about:blank" style="display: none;"></iframe>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
frame = document.getElementById('overall_gauge_frame')
doc = frame.contentDocument || frame.contentWindow.document
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', 'id');
t.src = '//secure.gaug.es/track.js';
doc.body.appendChild(t)
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment