Created
July 27, 2015 16:33
-
-
Save williamd1k0/bc7aaa059a2c87c94eb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var body = qS('body'); | |
body.onmousedown = function(mouse){ | |
if (mouse.button === 2) { | |
alert("Você não pode fazer isso aqui, rapá!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment