Subversion Repositories SmartDukaan

Rev

Rev 13532 | Rev 15550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13532 Rev 13579
Line 17... Line 17...
17
  ga('send', 'pageview');
17
  ga('send', 'pageview');
18
  $(function(){
18
  $(function(){
19
	$('a').click(function(){
19
	$('a').click(function(){
20
		ga('send', 'event', 'anchor', 'click', $(this).attr('title'));
20
		ga('send', 'event', 'anchor', 'click', $(this).attr('title'));
21
	});
21
	});
22
  });
22
  });  
23
</script>
23
</script>
24
24