From f6e97943e36a1aa14957fed67e4c35d51842862a Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 5 Jan 2010 12:06:08 +0000 Subject: [PATCH] Fixed IE error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15054 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/pulldown.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/html/include/pulldown.js b/gosa-core/html/include/pulldown.js index f4332219c..1889a703e 100644 --- a/gosa-core/html/include/pulldown.js +++ b/gosa-core/html/include/pulldown.js @@ -60,6 +60,7 @@ MenuContainer.prototype = { init: function(idOrElement, parent) { this.element = $(idOrElement); + if (!this.element) return; this.parent = parent; this.parentMenu = (this.type == "menuContainer") ? ((parent) ? parent.parent : null) : parent; this.root = parent instanceof Menu ? parent : parent.root; -- 2.30.2