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

(-)a/koha-tmpl/intranet-tmpl/prog/js/members.js (-2 / +1 lines)
Lines 283-289 $(document).ready(function(){ Link Here
283
283
284
    $('#guarantor_template').hide();
284
    $('#guarantor_template').hide();
285
285
286
    $('#guarantor_search').on('click', function(e) {
286
    $('body').on('click', '#guarantor_search', function(e) {
287
        e.preventDefault();
287
        e.preventDefault();
288
        var newin = window.open('guarantor_search.pl','popup','width=600,height=400,resizable=no,toolbar=false,scrollbars=yes,top');
288
        var newin = window.open('guarantor_search.pl','popup','width=600,height=400,resizable=no,toolbar=false,scrollbars=yes,top');
289
    });
289
    });
290
- 

Return to bug 23905