Monotone-Parent: 89b88978ce7a84af4dd6e2e230ede1c3ef700068
Monotone-Revision: f3feeb51f538aeefcb5e90999e37b0bb069c3eba

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-03-17T16:03:57
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-03-17 16:03:57 +00:00
parent b65ae175c3
commit 10407f7f6f
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ function onMenuClickHandler(event) {
function hideMenu(menuNode) {
var onHide;
if (menuNode.submenu) {
if (menuNode && menuNode.submenu) {
hideMenu(menuNode.submenu);
menuNode.submenu = null;
}