mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Revert b9ed6f7f6d388fc451efbada2d1501d667322cb0.
This commit is contained in:
parent
ea0554a466
commit
c1f27c18ee
@ -325,7 +325,6 @@ Copyright (c) 2011 by Harvest
|
|||||||
this.container_id = this.form_field.id.length ? this.form_field.id.replace(/(:|\.)/g, '_') : this.generate_field_id();
|
this.container_id = this.form_field.id.length ? this.form_field.id.replace(/(:|\.)/g, '_') : this.generate_field_id();
|
||||||
this.container_id += "_chzn";
|
this.container_id += "_chzn";
|
||||||
this.f_width = this.form_field_jq.outerWidth();
|
this.f_width = this.form_field_jq.outerWidth();
|
||||||
if (this.f_width==0) this.f_width = this.form_field_jq.css("width");
|
|
||||||
this.default_text = this.form_field_jq.data('placeholder') ? this.form_field_jq.data('placeholder') : this.default_text_default;
|
this.default_text = this.form_field_jq.data('placeholder') ? this.form_field_jq.data('placeholder') : this.default_text_default;
|
||||||
container_div = $("<div />", {
|
container_div = $("<div />", {
|
||||||
id: this.container_id,
|
id: this.container_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user