git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4662 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-10-21 02:26:09 +00:00
parent e56f5091a0
commit b195838f56
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
* @brief admin 모듈의 javascript
**/
xAddEventListener(document,'mouseup',showXESubMenu);
xAddEventListener(document,'click',showXESubMenu);
var openedSubMenus = null;
function showXESubMenu(evt) {
var e = new xEvent(evt);