Added custom targeting to all slots and Sebastian fixed the variable issue in adsense - thanks Seb!
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
||||
|
||||
postSpecificCountAdsense: function() {
|
||||
return this.get('post_number') === parseInt(Discourse.SiteSettings.adsense_nth_post_code);
|
||||
}.property('post_number')
|
||||
}.property('post_number'),
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user