From 89110049016069341136c331211b0430b60fcc70 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 7 Sep 2010 12:27:56 -0600 Subject: [PATCH] Bug #9236: Honor disable option --- horde/js/contextsensitive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0