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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 / +4 lines)
Lines 373-379 $(document).ready(function () { Link Here
373
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
373
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
374
    });
374
    });
375
375
376
    $('[data-bs-toggle="tooltip"]').tooltip();
376
    if ( $('[data-bs-toggle="tooltip"]').length ) {
377
        $('[data-bs-toggle="tooltip"]').tooltip();
378
    }
379
377
});
380
});
378
381
379
function removeLastBorrower() {
382
function removeLastBorrower() {
380
- 

Return to bug 38049