~ubuntu-accomplishments-web-editor-drivers/ubuntu-accomplishments-web/trunk

« back to all changes in this revision

Viewing changes to ubuntu_website/media/js/ga.js

  • Committer: Janos Gyerik
  • Date: 2012-12-14 23:20:41 UTC
  • mfrom: (233.1.14 cleaning)
  • Revision ID: janos@axiom-20121214232041-dutstr2s05outaps
ubuntu_website renamed to ubuntu_theme and cleaned up

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$(document).ready(function() {
2
 
var _gaq = _gaq || [];
3
 
 _gaq.push(['_setAccount', 'UA-30315860-1']);
4
 
 _gaq.push(['_trackPageview']);
5
 
});