Skip to content

Instantly share code, notes, and snippets.

@codemilli
Created July 27, 2016 03:56
Show Gist options
  • Save codemilli/0a0445837e8cc0af31d56ed90975d1fa to your computer and use it in GitHub Desktop.
Save codemilli/0a0445837e8cc0af31d56ed90975d1fa to your computer and use it in GitHub Desktop.
var btn = document.getElementById('button');
btn.addEventListener('click', function () {
if (window.__VALID_USER__) {
console.log('Hello, Universe');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment