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 381-387 $(document).ready(function () { Link Here
381
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
381
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
382
    });
382
    });
383
383
384
    $('[data-bs-toggle="tooltip"]').tooltip();
384
    if ( $('[data-bs-toggle="tooltip"]').length ) {
385
        $('[data-bs-toggle="tooltip"]').tooltip();
386
    }
387
385
});
388
});
386
389
387
function removeLastBorrower() {
390
function removeLastBorrower() {
388
- 

Return to bug 38049