Skip to content

Commit

Permalink
Re-disable GA so it works on phones. Argh.
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 14, 2010
1 parent b6537fc commit a8566a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/js/index.js
Expand Up @@ -23,9 +23,10 @@ $(function() {
return false;
});

var a_event = $.support.touch ? 'tap' : 'click';
$('#fights a').bind(a_event, function(e){
pageTracker._trackPageview($(e.target).attr("href"));
// var a_event = $.support.touch ? 'tap' : 'click';
$('#fights a').bind('tap', function(e){
// pageTracker._trackPageview($(e.target).attr("href"));
return true;
});

// function addFight(name, data) {
Expand Down

0 comments on commit a8566a6

Please sign in to comment.