From c1f27c18ee7ac3b055e056857051764be351d7a5 Mon Sep 17 00:00:00 2001 From: Andrew Short Date: Tue, 31 Jul 2012 00:55:05 +1000 Subject: [PATCH] Revert b9ed6f7f6d388fc451efbada2d1501d667322cb0. --- admin/thirdparty/chosen/chosen/chosen.jquery.js | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/thirdparty/chosen/chosen/chosen.jquery.js b/admin/thirdparty/chosen/chosen/chosen.jquery.js index 74b8b0b14..225754bc3 100644 --- a/admin/thirdparty/chosen/chosen/chosen.jquery.js +++ b/admin/thirdparty/chosen/chosen/chosen.jquery.js @@ -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 += "_chzn"; 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; container_div = $("
", { id: this.container_id,