forked from extern/egroupware
Fix a wrong attribute name for details widget
This commit is contained in:
parent
954fb37559
commit
a0338f3398
@ -225,7 +225,7 @@ var et2_details = et2_box.extend(
|
||||
}
|
||||
|
||||
// Align toggle button left/right
|
||||
if (this.options.toggle_dir === "left") this.span.css({float:'left'});
|
||||
if (this.options.toggle_align === "left") this.span.css({float:'left'});
|
||||
},
|
||||
|
||||
getDOMNode: function(_sender) {
|
||||
|
Loading…
Reference in New Issue
Block a user