Rename include_thumb/art to thumb/art_level
This commit is contained in:
@@ -85,7 +85,7 @@ export_table_options = {
|
||||
"createdCell": function (td, cellData, rowData, row, col) {
|
||||
if (cellData !== '') {
|
||||
var images = '';
|
||||
if (rowData['include_thumb'] || rowData['include_art']) {
|
||||
if (rowData['thumb_level'] || rowData['art_level']) {
|
||||
images = ' + images';
|
||||
}
|
||||
$(td).html(cellData + images);
|
||||
|
Reference in New Issue
Block a user