Skip to content

Instantly share code, notes, and snippets.

@theory-of-soul
Created October 27, 2015 08:13
Show Gist options
  • Save theory-of-soul/670683a8ca6628d20d48 to your computer and use it in GitHub Desktop.
Save theory-of-soul/670683a8ca6628d20d48 to your computer and use it in GitHub Desktop.
<script>
var ourMailTop = document.getElementById("ymOurMail");
function copyMail(name) {
if(name) {
name.addEventListener('copy', function() {
yaCounter32108701.reachGoal('copyMail');
});
}
}
copyMail(ourMailTop);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment