Skip to content

Instantly share code, notes, and snippets.

@ReyKoxha
Created May 29, 2018 00:31
Show Gist options
  • Save ReyKoxha/eb30d3af60dde1402ed4994bc91277fd to your computer and use it in GitHub Desktop.
Save ReyKoxha/eb30d3af60dde1402ed4994bc91277fd to your computer and use it in GitHub Desktop.
NodeBB DFP Ajax Support
<script>
$(window).on('action:ajaxify.end', function(){
googletag.pubads().refresh();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment