Skip to content

Instantly share code, notes, and snippets.

@kenrogers
Last active August 13, 2020 17:04
Show Gist options
  • Save kenrogers/d6da199c31eca1faad6663a6dbff52ee to your computer and use it in GitHub Desktop.
Save kenrogers/d6da199c31eca1faad6663a6dbff52ee to your computer and use it in GitHub Desktop.
console.log('testing')
document.querySelector('.prayer-request-app a.item').onclick = function(event) {
console.log('testing click')
event.preventDefault();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment