Lines 1480-1487
Link Here
|
1480 |
} |
1480 |
} |
1481 |
|
1481 |
|
1482 |
let build_items_table_drawncallback = function (table) { |
1482 |
let build_items_table_drawncallback = function (table) { |
1483 |
let tab_id = table.parents('.tab-pane').attr('id'); |
1483 |
verify_cover_images($('#'+table.attr('id'))); |
1484 |
verify_cover_images($("#" + tab_id + '_table')); |
|
|
1485 |
}; |
1484 |
}; |
1486 |
|
1485 |
|
1487 |
function removeLocalImage(imagenumber) { |
1486 |
function removeLocalImage(imagenumber) { |
1488 |
- |
|
|