mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:58:55 +00:00
[ticket/15721] Make plupload more versatile
PHPBB3-15721
This commit is contained in:
parent
bd90a53589
commit
f2c53bfffd
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ phpbb.plupload.updateHiddenData = function(row, attach, index) {
|
|||
.attr('type', 'hidden')
|
||||
.attr('name', 'attachment_data[' + index + '][' + key + ']')
|
||||
.attr('value', attach[key]);
|
||||
$('textarea', row).after(input);
|
||||
$(row).append(input);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue