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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +1 lines)
Lines 302-308 $(document).ready(function() { Link Here
302
        });
302
        });
303
    });
303
    });
304
304
305
    $(".pickup_location_dropdown").on( "click",function(){
305
    $(".pickup_location_dropdown").on( "focus",function(){
306
        var this_dropdown = $(this);
306
        var this_dropdown = $(this);
307
        if(this_dropdown.data('loaded')===1){ return true};
307
        if(this_dropdown.data('loaded')===1){ return true};
308
        var hold_id = $(this).data('hold_id');
308
        var hold_id = $(this).data('hold_id');
309
- 

Return to bug 26988