From: Michael M Slusarz Date: Tue, 7 Sep 2010 18:27:56 +0000 (-0600) Subject: Bug #9236: Honor disable option X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=89110049016069341136c331211b0430b60fcc70;p=horde.git Bug #9236: Honor disable option --- diff --git a/horde/js/contextsensitive.js b/horde/js/contextsensitive.js index 8c76ae927..90eb5d0a8 100644 --- a/horde/js/contextsensitive.js +++ b/horde/js/contextsensitive.js @@ -377,7 +377,7 @@ ContextSensitive.Element = Class.create({ this.ctx = target; this.opts = opts; this.opts.left = Boolean(opts.left); - this.disable = false; + this.disable = opts.disable; target = $(target); if (target) {