mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 06:35:26 +00:00
Monotone-Parent: 74a9bb8e8bd4ca4c7588520ab6ebba14df3c89df
Monotone-Revision: b4fb8a5b2019af495e57ab7338a4ee3204d34e25 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-01T20:31:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -462,7 +462,7 @@ function hideMenu(event, menuNode)
|
||||
}
|
||||
|
||||
var onhideEvent = document.createEvent("Event");
|
||||
onhideEvent.initEvent("hideMenu", true, true);
|
||||
onhideEvent.initEvent("hideMenu", false, true);
|
||||
menuNode.dispatchEvent(onhideEvent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user