Rename include_thumb/art to thumb/art_level

This commit is contained in:
JonnyWong16 2020-10-08 09:14:37 -07:00
parent f141c67ceb
commit 9a7627e35e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 91 additions and 57 deletions

View file

@ -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);