Skip to content

Commit

Permalink
test gauges js
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Sep 13, 2012
1 parent aaea7ec commit a9d5441
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,19 @@ now you can insert schema sqls into these data sources:
LICENSE
===============
BSD License



<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '5051854df5a1f53a98000048');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>

0 comments on commit a9d5441

Please sign in to comment.