mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
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:
@@ -85,9 +85,6 @@ ContextMenu.prototype = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
|
||||||
this.RightClick(e);
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
createMenu: function() {
|
createMenu: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user