Skip to content

Instantly share code, notes, and snippets.

@jonathantorres
Created July 25, 2013 16:19
Show Gist options
  • Save jonathantorres/6081332 to your computer and use it in GitHub Desktop.
Save jonathantorres/6081332 to your computer and use it in GitHub Desktop.
Google clicktag
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment