Skip to content

Commit

Permalink
commented out Google Anylitics to disable by default and avoid accide…
Browse files Browse the repository at this point in the history
…ntal usage
  • Loading branch information
jrodl3r committed Oct 12, 2013
1 parent df137fc commit 9ca9b3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
<title>APP_TITLE</title>
<meta name="description" content="APP_DESCRIPTION">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- favicon.ico goes in the root directory -->

<link rel="stylesheet" href="css/base.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<!-- App Start (Add your application HTML/Markup here) -->

<h1>
<a href="">H5BP<span>CodeKit</span>.</a>
</h1>

<!-- App End -->

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.min.js"></script>
<script src="js/core.min.js"></script>
<!-- Google Analytics: Replace UA-XXXXX-X with your site's ID -->
<script>

<!-- Google Analytics: Remove comment & Replace UA-XXXXX-X with your site's ID to enable -->
<!-- <script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</script> -->
</body>
</html>

0 comments on commit 9ca9b3c

Please sign in to comment.