mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 14:25:32 +00:00
Monotone-Parent: 5652b12a99be3b69adbf207347b951ec2e5f6c89
Monotone-Revision: 45f4738cc8fd2e71713e3625b32c19bd7ac54ce4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-09T17:11:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -780,7 +780,7 @@ function backtrace() {
|
||||
}
|
||||
|
||||
function popupSubmenu(event) {
|
||||
if (this.submenu && this.submenu != "") {
|
||||
if (this.submenu && this.submenu != "" && !$(this).hasClassName("disabled")) {
|
||||
var submenuNode = $(this.submenu);
|
||||
var parentNode = getParentMenu(this);
|
||||
if (parentNode.submenu)
|
||||
|
||||
Reference in New Issue
Block a user