Show more than 5 entries in the upload table

This commit is contained in:
yflory
2020-02-06 17:42:54 +01:00
parent 12a45377e7
commit 9e60c8eb93
2 changed files with 6 additions and 1 deletions

View File

@@ -227,7 +227,7 @@ define([
var $tr = $('<tr>', {id: id}).appendTo($table);
var $lines = $table.find('tr[id]');
if ($lines.length > 5) {
$lines.slice(0, $lines.length - 5).remove();
//$lines.slice(0, $lines.length - 5).remove();
}
var $cancel = $('<span>', {'class': 'cp-fileupload-table-cancel-button fa fa-times'}).click(function () {