Subversion Repositories SmartDukaan

Rev

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

Rev 13579 Rev 15550
Line 18... Line 18...
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
  var pma = new pma();
23
</script>
24
</script>
24
25