$('.post-vote').off().on("click", function(){
    var $voted = $(this).data("voted");
    ga('send', 'event', 'Vote','Post', $voted);
  });