diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:14:30 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-01 15:14:30 -0500 |
| commit | e03dedba4c113a87d35e5ddf00e8ccf9acfc760b (patch) | |
| tree | 4f9d66c43a9ce0889a52f86a3e34eaf473b68a95 /static/jquery.editinplace.1.0.1.packed.js | |
| parent | 02a283dd0071d090fd712c92ca88c5f3af2908a3 (diff) | |
timb merging ryder's changes
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") { |
