X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/32fa785e63db8d0b0629be988589e89a92986d3e..9b909e8eb4e7cc381c144f5946e7e9b8d7d0f4f4:/js/dhtmlsuite/menu-for-applications.js?ds=inline diff --git a/js/dhtmlsuite/menu-for-applications.js b/js/dhtmlsuite/menu-for-applications.js index 664ee9e5b..ce18180c2 100644 --- a/js/dhtmlsuite/menu-for-applications.js +++ b/js/dhtmlsuite/menu-for-applications.js @@ -2345,6 +2345,10 @@ DHTMLSuite.menuBar.prototype = { __setBasicEvents : function() { DHTMLSuite.commonObj.addEvent(document.documentElement,"click",this.hideSubMenus); + var menu = this; + $('#win1').load(function(){ + $('#win1').contents().mousedown(menu.hideSubMenus); + }) } }