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

(-)a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js (-2 / +1 lines)
Lines 9-15 $(document).ready(function(){ Link Here
9
    // otherwise the deletion confirmation will not work correctly
9
    // otherwise the deletion confirmation will not work correctly
10
    $('a[href*="biblionumber="]').off('click');
10
    $('a[href*="biblionumber="]').off('click');
11
11
12
    if( popup && op != 'saveitem' ){
12
    if( popup && op != 'cud-saveitem' ){
13
        window.close();
13
        window.close();
14
    }
14
    }
15
15
16
- 

Return to bug 37536