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:
parent
185dcb9877
commit
d3ead6c4d0
|
@ -85,9 +85,6 @@ ContextMenu.prototype = {
|
|||
}
|
||||
}
|
||||
}
|
||||
else{
|
||||
this.RightClick(e);
|
||||
}
|
||||
},
|
||||
|
||||
createMenu: function() {
|
||||
|
|
Loading…
Reference in New Issue