Skip to content

Commit

Permalink
Remove tweet link and google analytics for people running app locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Nov 25, 2014
1 parent f2fb978 commit b531440
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions views/layouts/application.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@

{{> footer }}

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script>
(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-45526812-1', 'auto');
ga('send', 'pageview');
</script>

</body>
</html>
4 changes: 0 additions & 4 deletions views/partials/nav.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
CSS Stats
</a>
<div class="flex-grow"></div>
<a href="https://twitter.com/intent/tweet?text=Visualize heuristic stats for your css:&amp;url=http://cssstats.com" target="_blank" class="h5 button py2 dark-gray print-hide">
<i style="background:transparent url(svg/twitter.svg) no-repeat;background-size:contain;float:left;height:15px;width:15px; margin-right: .25em;"></i>
Tweet
</a>
<a href="http://github.com/mrmrs/cssstats" class="h5 button py2 dark-gray print-hide">Github</a>
</div>
</div>
Expand Down

0 comments on commit b531440

Please sign in to comment.