app/assets/javascripts/caboose/model/bound_select.js in caboose-cms-0.2.71 vs app/assets/javascripts/caboose/model/bound_select.js in caboose-cms-0.2.78

- old
+ new

@@ -20,10 +20,10 @@ $('#'+this.el).wrap($('<div/>') .attr('id', this.el + '_container') .css('position', 'relative') ); $('#'+this.el+'_container').empty(); - if (this.attribute.fixed_placeholder) + if (this.attribute.fixed_placeholder == true) { $('#'+this.el+'_container').append($('<div/>') .attr('id', this.placeholder) .addClass('placeholder') .append($('<span/>')