Only run analytics stuff in an organic listing.

Prevents counting impressions and clicks on pages where the ad is being
managed.
This commit is contained in:
Brian Simpson
2013-11-01 09:15:46 -04:00
committed by Neil Williams
parent 98e874a97d
commit 969ee4cc46

View File

@@ -5,7 +5,7 @@ r.analytics = {
init: function() {
// these guys are relying on the custom 'onshow' from jquery.reddit.js
$(document).delegate(
'.promotedlink.promoted:not(.blob)',
'.organic-listing .promotedlink.promoted',
'onshow',
_.bind(function(ev) {
this.fetchTrackersOrFirePixel(ev.target)