Skip to content

Commit

Permalink
removed google analytics and edited home page text
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Apr 28, 2016
1 parent 78d06e0 commit 8084267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@

= yield
:javascript
(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-33321299-1', 'pinballmap.com');
ga('send', 'pageview');

$(function () {
hs.registerOverlay({
html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
Expand Down
4 changes: 2 additions & 2 deletions app/views/pages/home.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
%p
Each regional map is curated by a local administrator, often with the support of a league.
%p
We have free
= link_to 'mobile apps for iPhone/iPad and Android', apps_path, :class => 'apps_link'
We have a free
= link_to 'mobile app for iPhone/iPad and Android', apps_path, :class => 'apps_link'
%p
If you'd like to see your city on this site,
=link_to 'contact us!', 'portland/about', :class => 'apps_link'
Expand Down

0 comments on commit 8084267

Please sign in to comment.