mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:30:22 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -211,7 +211,7 @@ phpbb.plupload.updateHiddenData = function(row, attach, index) {
|
|||||||
.attr('type', 'hidden')
|
.attr('type', 'hidden')
|
||||||
.attr('name', 'attachment_data[' + index + '][' + key + ']')
|
.attr('name', 'attachment_data[' + index + '][' + key + ']')
|
||||||
.attr('value', attach[key]);
|
.attr('value', attach[key]);
|
||||||
$('textarea', row).after(input);
|
$(row).append(input);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user