mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Remove google analytics
This commit is contained in:
parent
52914d9f6f
commit
e0e4a0703c
@ -167,9 +167,4 @@ $(function() {
|
|||||||
$('.donator').tooltip({
|
$('.donator').tooltip({
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
});
|
});
|
||||||
|
|
||||||
$('a.ga-track').live('click', function() {
|
|
||||||
var $this = $(this);
|
|
||||||
_gaq.push(['_trackEvent', 'External Link', $this.text(), $this.attr('href')]);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user