Added custom targeting to all slots and Sebastian fixed the variable issue in adsense - thanks Seb!

This commit is contained in:
vi
2015-08-28 12:21:40 +10:00
parent 514fed55c9
commit f94bf79192
6 changed files with 62 additions and 26 deletions
@@ -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'),
});
}
};