projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4726f8
)
Bug #9236: Honor disable option
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 18:27:56 +0000
(12:27 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 18:27:56 +0000
(12:27 -0600)
horde/js/contextsensitive.js
patch
|
blob
|
history
diff --git
a/horde/js/contextsensitive.js
b/horde/js/contextsensitive.js
index
8c76ae9
..
90eb5d0
100644
(file)
--- 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 =
fals
e;
+ this.disable =
opts.disabl
e;
target = $(target);
if (target) {