Skip to content

Commit

Permalink
Merge pull request #8 from durant-udacity/master
Browse files Browse the repository at this point in the history
Adding Optional before TODO for Google Analytics setup
  • Loading branch information
cameronwp committed Mar 18, 2015
2 parents 8506041 + e598452 commit de13489
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');

// TODO: replace with your Google Analytics profile ID.
// Optional TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
Expand Down
2 changes: 1 addition & 1 deletion project-2048.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');

// TODO: replace with your Google Analytics profile ID.
// Optional TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
Expand Down
2 changes: 1 addition & 1 deletion project-mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');

// TODO: replace with your Google Analytics profile ID.
// Optional TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
Expand Down
2 changes: 1 addition & 1 deletion project-webperf.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');

// TODO: replace with your Google Analytics profile ID.
// Optional TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
Expand Down

0 comments on commit de13489

Please sign in to comment.