Allow right click on page outside the game board

This commit is contained in:
synth-ruiner 2015-03-10 18:47:52 +00:00
parent 101ae1867f
commit 1347934c8c
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@
clearTimeout(timeout);
}
$(document).on("contextmenu", "*", function(event) {
$(document).on("contextmenu", "body", function(event) {
event.preventDefault();
});