mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 18:05:36 +00:00
Fix for bug #3315
Monotone-Parent: 89b88978ce7a84af4dd6e2e230ede1c3ef700068 Monotone-Revision: f3feeb51f538aeefcb5e90999e37b0bb069c3eba Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-17T16:03:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user