Fix a wrong attribute name for details widget

This commit is contained in:
Hadi Nategh 2016-01-20 14:25:14 +00:00
parent 954fb37559
commit a0338f3398

View File

@ -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) {