mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 12:25:08 +00:00
Monotone-Parent: a0715acf1cc86b5389ffa60d65b3f90e4d976e79
Monotone-Revision: 37ceea55166e4e5489fd66be14e66b1dc1635432 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-22T14:38:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -216,7 +216,7 @@ HTMLElement.prototype.onContextMenu = function(event) {
|
||||
|
||||
HTMLElement.prototype.attachMenu = function(menuName) {
|
||||
this.sogoContextMenu = $(menuName);
|
||||
this.addEventListener("contextmenu", this.onContextMenu, true);
|
||||
Event.observe(this, "contextmenu", this.onContextMenu);
|
||||
}
|
||||
|
||||
HTMLElement.prototype.select = function() {
|
||||
|
||||
Reference in New Issue
Block a user