projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3180bb2
)
Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 26 Aug 2010 05:38:04 +0000
(23:38 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 26 Aug 2010 06:32:47 +0000
(
00:32
-0600)
horde/js/hordetree.js
patch
|
blob
|
history
diff --git
a/horde/js/hordetree.js
b/horde/js/hordetree.js
index
d4ac0ef
..
d274cd3
100644
(file)
--- a/
horde/js/hordetree.js
+++ b/
horde/js/hordetree.js
@@
-216,7
+216,7
@@
var Horde_Tree = Class.create({
_divClass: function(div, c)
{
if (this.opts.header[c] && this.opts.header[c]['class']) {
-
c
.addClassName(this.opts.header[c]['class']);
+
div
.addClassName(this.opts.header[c]['class']);
}
return div;