diff options
| author | sostler <sbostler@gmail.com> | 2010-02-01 20:57:47 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-01 20:57:47 -0500 |
| commit | f48be07d06c13aca598eee597a8384553e848925 (patch) | |
| tree | ae6964dc1943a985dc55eeed2e1cfaa755ec3c47 /static/jquery.editinplace.1.0.1.packed.js | |
| parent | 012293438dc4fe0b347e012970eb1187502d3fa3 (diff) | |
| parent | c4e2a34d4d03386f9eb66169e0010c03521b9ca8 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'static/jquery.editinplace.1.0.1.packed.js')
| -rwxr-xr-x | static/jquery.editinplace.1.0.1.packed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/jquery.editinplace.1.0.1.packed.js b/static/jquery.editinplace.1.0.1.packed.js index 7b6fe5e..4f505b0 100755 --- a/static/jquery.editinplace.1.0.1.packed.js +++ b/static/jquery.editinplace.1.0.1.packed.js @@ -138,7 +138,7 @@ jQuery.fn.editInPlace = function(options) { if (settings.field_type == "textarea") { - var use_field_type = '<textarea name="inplace_value" class="inplace_field" rows="' + settings.textarea_rows + '" cols="' + settings.textarea_cols + '">' + jQuery(this).text().trim().escape_html() + '</textarea>'; + var use_field_type = '<textarea name="inplace_value" class="inplace_field">' + jQuery(this).text().trim().escape_html() + '</textarea>'; } else if(settings.field_type == "text") { |
