Skip to content

Instantly share code, notes, and snippets.

@Me1000
Created June 4, 2010 01:41
Show Gist options
  • Select an option

  • Save Me1000/424791 to your computer and use it in GitHub Desktop.

Select an option

Save Me1000/424791 to your computer and use it in GitHub Desktop.
window.document.body.addEventListener("dragenter", function(anEvent){
anEvent.dropEffect = "none"; // THIS DOESN'T DO ANYTHING…
console.log(anEvent); // this logs the event.
}, NO);
@Me1000
Copy link
Author

Me1000 commented Jun 4, 2010

and
NO = false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment