View | Details | Raw Unified | Return to bug 37330
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +1 lines)
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
- 

Return to bug 37330