Fixed: context menu is being submitted twice per right click (#2109).

Contributed by Emilio Carlos da Palma.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6195 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-07-08 09:58:22 +00:00
parent 185dcb9877
commit d3ead6c4d0

View File

@ -85,9 +85,6 @@ ContextMenu.prototype = {
}
}
}
else{
this.RightClick(e);
}
},
createMenu: function() {