more bug fixes
This commit is contained in:
parent
b21461d50c
commit
469950a1ef
4 changed files with 12 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
var ie5=document.all&&document.getElementById
|
||||
var contextMenu_items = new Array();
|
||||
|
||||
document.onmousedown=contextMenu_hide;
|
||||
var contextMenu_old = (document.onmousedown) ? document.onmousdown : function () {};
|
||||
document.onmousedown= function () {contextMenu_old();contextMenu_hide();};
|
||||
|
||||
function contextMenu_renderLeftClick(menuId,e) {
|
||||
contextMenu_hide(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue