Skip to content

Instantly share code, notes, and snippets.

@bdeshong
Created January 17, 2014 14:56
Show Gist options
  • Save bdeshong/8474716 to your computer and use it in GitHub Desktop.
Save bdeshong/8474716 to your computer and use it in GitHub Desktop.
THEIR CURRENT LINE:
<script type="text/javascript" src="http<span></span>://cdn.crowdtwist.com/trck/prod/2/42/v2/%%CACHEBUSTER%%/actions"></script>
IT NEEDS TO READ LIKE SO:
<script type="text/javascript" src="http://cdn.crowdtwist.com/trck/prod/2/42/v2/1000/actions"></script>
...where "1000" is the cachebuster. A literall "%%CACHEBUSTER%%" will not work. It needs to be alphanumeric.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment