- fix [ 1293947 ] 6.7.3 Cannot use a second AssetProxy with IE, Stack overflow
This commit is contained in:
parent
23aae5f0b8
commit
8dc65ce3d5
2 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
var ie5=document.all&&document.getElementById
|
||||
var contextMenu_items = new Array();
|
||||
|
||||
var contextMenu_old = (document.onclick) ? document.onclick : function () {};
|
||||
document.onclick= function () {contextMenu_old();contextMenu_hide();};
|
||||
if (contextMenu_old == undefined)
|
||||
{
|
||||
var contextMenu_old = (document.onclick) ? document.onclick : function () {};
|
||||
document.onclick= function () {contextMenu_old();contextMenu_hide();};
|
||||
}
|
||||
|
||||
function contextMenu_renderLeftClick(menuId,e) {
|
||||
contextMenu_hide(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue